Skip to content

PeakFish/FE_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

一些前端的效果demo

滚动固定的子标题

fixed_subtitle

模仿手机联系人中的字母标题滚动固定的效果,感觉fixed方案的流畅程度还算可以。

路径动画

path_animation 路径动画 让一个元素按照一个轨迹运动, SVG SMIL animation chrome 说 SMIL 已经不被推荐使用了,新的 css 属性 motion-path,也可以做路径动画。但是兼容性还是 SMIL 好一点吧。

描边动画

stroke_animation

判断鼠标移入的方向

mouse_direction

思路是,矩形的对角线把矩形分成了四个部分,鼠标移入、移出的时候判断鼠标的坐标是在矩形的那个部分上。 网友的demo是 mouse_direction 下面的 demo1.html 和 demo2.html,me.html 是我的实现。

鼠标滚轮事件

mousewheel

jQuery的滚轮兼容插件jquery-mousewheel jQuery的全屏滚动插件jQuery Scrollify

Releases

No releases published

Packages

No packages published