10 2015 档案

摘要:请用百分比来规定变化发生的时间,或用关键词 "from" 和 "to",等同于 0% 和 100%。div{width:100px;height:100px;background:red;animation:myfirst 5s;-webkit-animation:myfirst 5s; /* Sa... 阅读全文
posted @ 2015-10-13 16:09 虫虫~ 阅读(89) 评论(0) 推荐(0)
摘要:div{transform: rotate(30deg);-ms-transform: rotate(30deg); /* IE 9 */-webkit-transform: rotate(30deg); /* Safari and Chrome */}1.translate()方法,根据左(X轴)... 阅读全文
posted @ 2015-10-13 15:33 虫虫~ 阅读(126) 评论(0) 推荐(0)