my point wasn't about performance, but rather that for simple morph, I would
rather use morph rather than creating a new Fx instance and get it through
closures. Anyway, obviously the backend is exactly the same. I didn't
recognize link:cancel, so this is new to me.

Anyway, what I thought was that creating the fx effect beforehand for all
spans, might be a waste of time for a large list, so they should only be
created on event, rather than the starting loop. But for many situation this
would actually be a bad idea so I'm ok with taking that back...


On Sun, Mar 20, 2011 at 9:15 PM, Ryan Florence <rpflore...@gmail.com> wrote:

> Just offering some constructive criticism here.  I think it's worth
> explaining why Oskar's way is, as he put it, the right way.
>
> Here are my comments on אריה גלזר 's example:
> http://jsfiddle.net/rpflorence/ME4MH/9/
>
> And on Oskar's:
> http://jsfiddle.net/rpflorence/ME4MH/10/
>
> If you really like using element methods then you could do it this way:
> http://jsfiddle.net/rpflorence/ME4MH/11/
>
> However, calling `start` on a morph object has less overhead than calling
> `morph` on an element (though not enough to worry about I don't think).
>
>
> On Mar 20, 2011, at 7:33 AM, אריה גלזר wrote:
>
> You're both going at it way to complex
>
> element.get('morph') returns the instance of the morph class attached to
> the element, letting you do whatever you want with it, including stopping
> it.
>
> On Sun, Mar 20, 2011 at 2:57 PM, Steve Onnis <st...@cfcentral.com.au>wrote:
>
>> This will work for you.
>> http://jsfiddle.net/ME4MH/2/
>>
>> little bit more complete
>>
>> -----Original Message-----
>> From: hamburger [mailto:bilidi...@web.de]
>> Sent: Sunday, 20 March 2011 11:07 PM
>> To: MooTools Users
>> Subject: [Moo] fx.morph.stop() missing?
>>
>> hello,
>> I have a problem to stop a running morph process?
>> please have a look to the following code. here I would like to stop
>> the transforming my mouseleave
>>
>> http://jsfiddle.net/ME4MH/
>>
>> thx for any hint in advance
>>
>>
>>
>>
>>
>> =======
>> Email scanned by PC Tools - No viruses or spyware found.
>> (Email Guard: 7.0.0.21, Virus/Spyware Database: 6.17140)
>> http://www.pctools.com/
>> =======
>>
>>
>>
>>
>>
>> =======
>> Email scanned by PC Tools - No viruses or spyware found.
>> (Email Guard: 7.0.0.21, Virus/Spyware Database: 6.17140)
>> http://www.pctools.com/
>> =======
>>
>
>
>
> --
> Arieh Glazer
> אריה גלזר
> 052-5348-561
> http://www.arieh.co.il
> http://www.link-wd.co.il
>
>
>


-- 
Arieh Glazer
אריה גלזר
052-5348-561
http://www.arieh.co.il
http://www.link-wd.co.il

Reply via email to