Can you change the options of an Fx after it has been set? Ex.
var myFx = new Fx.Tween(el, { duration: 750 })
How can I change the "duration" later?
Can you change the options of an Fx after it has been set? Ex.
var myFx = new Fx.Tween(el, { duration: 750 })
How can I change the "duration" later?