It works with $$. The great thing about it is that you're storing a tween on the DOM node itself. This means you only need to define your animations once, not each time you will animate a particular element. You can then call tween on the element and you only have to specify the CSS property and the target value, MooTools will figure out the start value for you.
David On Sun, Nov 9, 2008 at 2:19 PM, eskimoblood <[EMAIL PROTECTED]> wrote: > > Thanks both of you. David this solution looks very interesting, not > for my actual problem cause I've create my own class, extending Fx, > for circular movement, but I will keep it in mind. Did it also works > with $$()? > > On 9 Nov., 15:47, "David Nolen" <[EMAIL PROTECTED]> wrote: > > You could also do the following:http://gist.github.com/23294 > > > > On Sun, Nov 9, 2008 at 9:20 AM, eskimoblood <[EMAIL PROTECTED]> wrote: > > > > > How do I use onStart and onComplete with the FX class? >
