2014年1月24日
摘要: 老惯例,先看例子。This is a test 1.This is a test 2.This is a test 3.This is a test 4.This is a test 5.This is a test 1.实现原理:1. 利用CSS3的@keyframes规则创建动画效果;2. 使用CSS3的animation效果完成滚动切换。CSS代码 1 @-webkit-keyframes scrollText1 { 2 0%{ 3 -webkit-transform: translateY(0px); 4 } 5 20%{ 6 -... 阅读全文
posted @ 2014-01-24 00:30 z_gia 阅读(10940) 评论(3) 推荐(1) 编辑