摘要: 前一阵子写demo的时候遇到这样一个问题,就是给元素添加css3或者jquery动画时,在动画结束前不能准确取到元素的css属性。1. css3动画讨论先看代码:html:changegetcss:#hehe { width: 100px; height: 100px; padding: 10px; background: red; -webkit-transition: all 10s ease-out; -moz-transition: all 10s ease-out; -o-transition: all 10s ease-out; tr... 阅读全文
posted @ 2013-10-16 13:23 破秋风 阅读(4529) 评论(0) 推荐(1) 编辑