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:

http://jsfiddle.net/4c7fp/

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

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -