html52.com
我爱小程序-开发者交流社区

小程序支持CSS3动画效果吗?

问题模块
API和组件

 @-webkit-keyframes imggif1 { 0% {background-position: 0 -0%; } 100% { background-position: 0 -5000%;} } 

@-moz-keyframes imggif1 { 0% {background-position: 0 -0%; } 100% { background-position: 0 -5000%;} } 

@-ms-keyframes imggif1 { 0% {background-position: 0 -0%; } 100% { background-position: 0 -5000%;} } 

@keyframes imggif1 { 0% {background-position: 0 -0%; } 100% { background-position: 0 -5000%;} }

 .gifplay1{ -webkit-animation:imggif1 steps(1) infinite normal none; -moz--animation:imggif1 steps(1) infinite normal none; -ms-animation:imggif1 steps(1) infinite normal none; animation:imggif1 steps(1) infinite normal none; background-size:100% 100%;}

类似于这样的动画效果,为什么写到wxss文件里面就报错了?

网友回复

疯狂的小曾:

支持css3

心心情:

小程序有动画~不支持这样的写法。这个是html的写法,你如果需要动画的话,可以使用小程序-API-wx.createAnimation()这个挺方便的,也不需要自己写兼容。


评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

真正的个人免签约支付接口

云免签H5支付