greensock框架:让网页抖动的javascript算法
周六的时候分享了一个ppt,把相关资源分享给大家。
在线ppthttps://speakerdeck.com/w3cplus/rang-wang-ye-dou-de-geng-jia-gao-duan
演示版ppt http://1.jtyresume.sinaapp.com/tween.html
文中提到的一些技术的资料
所有现代技术兼容性速查表
caniuse.com
transform的资料及推导
http://www.w3cplus.com/content/css3-transform
http://www.zhangxinxu.com/wordpress/?p=2592
transition 相关资料
http://www.w3cplus.com/content/css3-transition
animate 资料
http://www.qianduan.net/animate-css.html
我做的animate简历http://1.jtyresume.sinaapp.com/model.html
requestAnimationFrame与setTimeout
http://blog.sina.com.cn/s/blog_6d48e77101018fwd.html
https://developer.mozilla.org/en-US/docs/DOM/window.requestAnimationFrame
性能优化工具大全
http://www.qianduan.net/website-performance-optimization-tool.html
内存泄漏
http://www.ibm.com/developerworks/web/library/wa-jsmemory/index.html
http://my.oschina.net/tsl0922/blog/56038
重绘与重排
http://blog.csdn.net/baiduforum/article/details/5415527
页面性能优化
http://zhaohe162.blog.163.com/blog/static/3821679720123914957266/?suggestedreading&wumii
前端运动学 http://www.cnblogs.com/hongru/archive/2012/03/16/2394332.html
关于font-face伪类制作icon
http://www.w3cplus.com/css3/web-icon-with-font-face
藤藤的demo
http://www.w3cplus.com/demo/button-ui-kit.html
摇晃demo:
简单linear运动Demo
requestAnimationFrame demo
函数节流
http://www.alloyteam.com/2012/11/javascript-throttle/