javascript - How do I manipulate object.style.animationDuration outside of Chrome? -
i know throwing webkit prefix @ start works chrome (as object.style.webkitanimationduration
), have yet find way of making work opera prefix, , i'm not sure how effective firefox prefix either. w3schools major browsers support duration property, do?
jsfiddle:
javascript , jquery suggestions accepted :)
maybe can use plugin that. (prefixfree plugin) has jquery plugin set/get css without prefixes.
btw why didnt use in css? can better , faster javascript.
Comments
Post a Comment