Hello
Is there a simple way to skip all the fx, while still setting the values and calling the events.
I figured out to set the fx duration options globally to 0 by doing
Fx.prototype.options.duration = 0
but this still doesn't solve my problem because it sill takes some minimal time which ends up in a lot of displaying errors.
what would be nice is something like
Fx.ENGINE = 'on' / 'off'
Fx.SPEED_MULTIPLYER = 1 ... 10
Thanks for any help!
jim