-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
158 changed files
with
27,800 additions
and
23,408 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<!-- | ||
* @Description: weekly-28 | ||
* @Author: zoeblow | ||
* @Email: [email protected] | ||
* @Date: 2024-01-01 20:20:35 | ||
* @LastEditors: wangfuyuan | ||
* @LastEditTime: 2024-07-12 14:49:27 | ||
* @FilePath: \nuofe-weekly1\2024\weekly-28.md | ||
--> | ||
|
||
# 2024-28 期 | ||
|
||
Add:2024-07-12 | ||
|
||
Update:2024-07-12 | ||
|
||
![202428](../images/2024/202428.jpg) | ||
|
||
## 前端消息 | ||
|
||
- [前端项目路径别名终极解决方案](https://mp.weixin.qq.com/s/kMBSLCVSGSULEMKe5Fz45w) | ||
|
||
> 一个前端项目通常会演变成复杂的嵌套目录结构。 | ||
- [forEach会不会修改原数组和sort排序](https://mp.weixin.qq.com/s/WBn7ELLv8ma2T_mPo2TSUQ) | ||
|
||
> 大部分前端都可能搞错的基础问题?(forEach会不会修改原数组和sort排序) | ||
- [聊聊禁止页面滚动的几种方法](https://mp.weixin.qq.com/s/1f4RTp1qTxuB5fDise6o5g) | ||
|
||
> 除了 `overflow:hidden` 你还知道那些禁止页面滚动的方法。 | ||
## 技术解析 | ||
|
||
- [图片碎片化渲染特效实现](https://mp.weixin.qq.com/s/KY1xdXrzI38yqZQm8D1k9w) | ||
|
||
> 作者从原理开始步步深入讲解了图片栅格化渲染动画的实现,在一些简单的图片拼图类游戏中,也能用上文中的实现 | ||
- [CSS 实现3d轮播图的一些思路](https://mp.weixin.qq.com/s/KhqD5SC32DGgV6ygfkCdOQ) | ||
|
||
> 本文共介绍了3种不同的实现思路,兼容性从高到低,大家可以自行选择。 | ||
- [纯 CSS 检测滚动的速度和方向](https://mp.weixin.qq.com/s/c-CgQkapYO4KpyrDzqxJUw) | ||
|
||
> CSS可以做的事情越来越越多了, 纯 CSS 检测滚动的速度和方向。 | ||
## 其他 | ||
|
||
- [纯 CSS 游戏:用代码玩转超级马里奥](https://mp.weixin.qq.com/s/qV6dK8etSVsoO4_63nVMjQ) | ||
|
||
> 你相信吗? 仅仅用 CSS 和 HTML,就能做出一个可玩的游戏! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* @Email: [email protected] | ||
* @Date: 2021-09-03 09:55:53 | ||
* @LastEditors: wangfuyuan | ||
* @LastEditTime: 2024-07-05 17:15:14 | ||
* @LastEditTime: 2024-07-12 14:50:59 | ||
* @FilePath: \nuofe-weekly1\SUMMARY.md | ||
--> | ||
|
||
|
@@ -13,6 +13,7 @@ | |
- [诺诺前端周刊](README.md) | ||
|
||
- 2024 | ||
- [第 28 期](2024/weekly-28.md) | ||
- [第 27 期](2024/weekly-27.md) | ||
- [第 26 期](2024/weekly-26.md) | ||
- [第 25 期](2024/weekly-25.md) | ||
|
Oops, something went wrong.