25

1.animate.css

http://www.jq22.com/jquery-info819

如果动画是无限播放的,可以添加 class infinite。

 2.插件库

http://www.jq22.com/webinfo1

3.实验楼

https://www.shiyanlou.com/courses/?category=Web%E5%89%8D%E7%AB%AF&unfold=0

4.17素材

http://www.17sucai.com/pins/tag/7287.html

$(selector).animate(styles,speed,easing,callback)
参数描述
1.styles 必需。规定产生动画效果的 CSS 样式和值。可能的 CSS 样式值(提供实例):backgroundPosition,
borderWidth,
,注释:CSS 样式使用 DOM 名称(比如 "fontSize")来设置,而非 CSS 名称(比如 "font-size")。
2.speed 可选。规定动画的速度。默认是 "normal"。可能的值:毫秒 (比如 1500)"slow""normal""fast"
3.easing 可选。规定在不同的动画点中设置动画速度的 easing 函数。内置的 easing 函数:swinglinear扩展插件中提供更多 easing 函数。
4.callback 可选。animate 函数执行完之后,要执行的函数。

 

1.

https://www.cnblogs.com/branton-design/p/5893062.html

2.

https://www.cnblogs.com/branton-design/p/5893062.html

3.

https://www.zhihu.com/question/20070065

4.

https://github.com/threerocks/studyFiles

 

posted on 2018-03-06 20:41  素~  阅读(117)  评论(0)    收藏  举报