Please help me, Might be cause I'm fairly new to CSS Animations and Javascript but I am using a code that is suppose to change the properties of it and when I run the code it does
Solution 1:
instead of
this.style['-webkit-transition-duration'] = '50s'
use
this.style.WebkitTransitionDuration="50s"
Share
Post a Comment
for "Change Webkit Properties Through Javascript?"
Post a Comment for "Change Webkit Properties Through Javascript?"