For this particular use case, might I suggest that you have a css3
transition instead? Just do a crossfade for tr:hover.

On Thu, Mar 28, 2013 at 9:49 AM, Johnny Fuery <john...@gmail.com> wrote:

> My guess, sans any investigation, is that the first transition is still
> running.  Looks to me (Chrome on Mac) like if you're patient with it, the
> transitions are working as expected.
>
> Assuming yes, you'll need to test for whether a transition is currently
> running and either chain or cancel within both of your event handlers.
>
> Johnny
>
> On Thu, Mar 28, 2013 at 9:34 AM, Roo <kangar...@yahoo.co.uk> wrote:
>
>> OK thanks for that makes sense.
>>
>> How about my second question;
>>
>> http://jsfiddle.net/CjNyJ/3/
>>
>> if you move the mouse down the column of divs the reversal doesnt happen
>> though according to my Firebug the mouse out event is firing..?
>>
>> Thanks again
>>
>>  --
>>
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "MooTools Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to mootools-users+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
>
>  --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "MooTools Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mootools-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"MooTools Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mootools-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to