pwindy  
在完成任务的同时,还需要不断“复盘”,不论你多么的忙,都需要留下时间思考,可以思考哪些地方做的好,哪些地方我们可以改进,应该如何改进,注重总结才是王道

2021年12月6日

摘要: 效果图如下: 浏览器(window)监听scroll事件: window.addEventListener('scroll', scrollFunction) 其中scrollFunction 函数 function scrollFunction (){ const top = document.d 阅读全文
posted @ 2021-12-06 12:00 pwindy 阅读(166) 评论(0) 推荐(0)
 
摘要: 效果图如下: 1.html代码 <div class="mainHolder"> <div class="textHolder"> <p>this is FrostedGlass,this is FrostedGlass,this is FrostedGlass,this is FrostedGla 阅读全文
posted @ 2021-12-06 11:32 pwindy 阅读(82) 评论(0) 推荐(0)