
Extends the Chain class.
Injects pauses between chained events.
myClass.wait(duration);
new Fx.Tween('myElement', { property: 'width', link: 'chain' }).start(0).wait(400).start(100);
Extends the Element Type (if present) with methods to delay effect chains.
Sets the Element's "built in" effect instances (both Fx.Tween and Fx.Morph) link option to "chain".
myElement.chains();
Pauses a specified effect chain using Chain.wait.
myElement.pauseFx([duration, effect]);
© Linux.ria.ua, 2008-2024 |