Skip to content

Commit

Permalink
🍼 weekly 202428
Browse files Browse the repository at this point in the history
  • Loading branch information
zoeblow committed Jul 12, 2024
1 parent efe6a60 commit 671c2ad
Show file tree
Hide file tree
Showing 158 changed files with 27,800 additions and 23,408 deletions.
51 changes: 51 additions & 0 deletions 2024/weekly-28.md
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,就能做出一个可玩的游戏!
3 changes: 2 additions & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-->

Expand All @@ -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)
Expand Down
Loading

0 comments on commit 671c2ad

Please sign in to comment.