vote up 2 vote down star
1

Is there a way to set some default properties for MooTools effects like duration or transition?

That would make it easier to make all those effects like element.tween(); or element.reveal() uniform.

flag

1 Answer

vote up 3 vote down check

You can use implement() to overwrite the default values.

Fx.implement({options: {duration: 600}})
link|flag
See mootools.net/docs/core/… for more information on this function. – Nathan Kleyn Oct 20 at 11:47

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.