Skip to content Skip to sidebar Skip to footer

-webkit-animation-fill-mode:forwards; Not Working On 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 propert

Solution 1:

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

Check some nice replies they gave me


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

Solution 2:

I ran into the same problem. For Android try:

-webkit-animation-play-state

As specified here: W3Schools

That resolved the issue on JellyBean

Post a Comment for "-webkit-animation-fill-mode:forwards; Not Working On Android 2.3.5"