Just add it to your code:
        Element.NativeEvents.webkitTransitionEnd = 1;
        Element.NativeEvents.webkitAnimationEnd = 1;
And then you will can use mootools' addEvent
        $('selector').addEvent('webkitTransitionEnd', function(){ /* blah blah 
*/ });
        $('selector').addEvent('webkitTransitionEnd', function(){ /* blah blah 
*/ });

Reply via email to