摘要: http://www.w3school.com.cn/tiy/t.asp?f=css3_transition-timing-function2linear 平均速度ease 快启动,慢停止,物理原则ease-in 先慢,后快ease-out 先快,后慢ease-in-out 先慢,再快,再... 阅读全文
posted @ 2015-07-03 13:01 暖风叔叔 阅读(1602) 评论(0) 推荐(1) 编辑
摘要: $("a.delay").click(function(e){ e.preventDefault(); var url = $(this).attr("href"); var delay_time = $(this).attr("delay"); //$(".subnav .... 阅读全文
posted @ 2015-07-03 08:56 暖风叔叔 阅读(694) 评论(0) 推荐(0) 编辑