-webkit-动画填充模式:前锋;不工作在Android 2.3.5 [英] -webkit-animation-fill-mode:forwards; not working on android 2.3.5

查看:137
本文介绍了-webkit-动画填充模式:前锋;不工作在Android 2.3.5的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

想知道如果任何人知道的原因,在Android 2.3.5 -webkit-动画填充模式:前锋;不工作,任何解决方法吗? IM已经宣布OPER分开是解决动画不工作,但仍这种填充模式没有响应动画的每个属性。 TKS提前。 我的实际解决方法code和下面怎么会不工作这个Android 2.3.5

wondering if anybody knows the reason that on android 2.3.5 the -webkit-animation-fill-mode:forwards; does not work, any workaround? im already declaring oper separate each property of the animation that solved the animation not working at all but still this fill mode is not responding. tks in advance. my actual workaround code and below how does not work in this android 2.3.5

.a{
-webkit-animation-duration:2.7s; 
-webkit-animation-name:a; 
-webkit-animation-timing-function:ease-in; 
-webkit-animation-fill-mode:forwards;

}

 .a{-webkit-animation:a 2.7s ease-in forwards;}

@-webkit-keyframes a{
0% {}
90% {top:370px;
-webkit-transform: rotate(0deg);}
95% {top:360px;left:255px;}
100%{top:370px;left:245px;}

}

推荐答案

其实,我问在这里:的 CSS3动画填充模式polyfill

I actually asked about it here: CSS3 animation-fill-mode polyfill

请他们给了我一些很好的答复

Check some nice replies they gave me

安卓2.3.5 动画 兼容性部分,所以你可能需要一个JavaScript的回退

Android 2.3.5 animations compatibility is partial, so you probably need a JavaScript fallback

这篇关于-webkit-动画填充模式:前锋;不工作在Android 2.3.5的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆