赞
踩
<view class="content">我是内容</view>
.content {
animation: 4s rowLeft linear infinite normal;
@keyframes rowLeft {
0% {
transform: translate3d(0, 0, 0);
}
100% {
transform: translate3d(-307px, 0, 0);
}
}
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。