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 */ });
- Re: [Moo] Re: addEvent and webkitTransitionEnd issue André Fiedler
- [Moo] Re: addEvent and webkitTransitionEnd issue eskimoblood
- Re: [Moo] Re: addEvent and webkitTransitionEnd issue André Fiedler
- [Moo] Re: addEvent and webkitTransitionEnd issue eskimoblood
- Re: [Moo] Re: addEvent and webkitTransitionEnd issue André Fiedler
- Re: [Moo] Re: addEvent and webkitTransitionEnd issue André Fiedler
- Re: [Moo] Re: addEvent and webkitTransitionEnd issue André Fiedler
- Re: [Moo] Re: addEvent and webkitTransitionEnd issue André Fiedler
- Re: [Moo] Re: addEvent and webkitTransitionEnd issue André Fiedler
- Re: [Moo] Re: addEvent and webkitTransitionEnd issue André Fiedler
- Re: [Moo] Re: addEvent and webkitTransitionEnd issue Slik Jay
- Re: [Moo] Re: addEvent and webkitTransitionEnd issue André Fiedler
- Re: [Moo] Re: addEvent and webkitTransitionEnd issue André Fiedler
- Re: [Moo] Re: addEvent and webkitTransitionEnd issue André Fiedler
- Re: [Moo] Re: addEvent and webkitTransitionEnd issue André Fiedler
- [Moo] Re: addEvent and webkitTransitionEnd issue eskimoblood
- Re: [Moo] Re: addEvent and webkitTransitionEnd issue Barry van Oudtshoorn
- Re: [Moo] Re: addEvent and webkitTransitionEnd issue André Fiedler
- Re: [Moo] Re: addEvent and webkitTransitionEnd issue André Fiedler
- [Moo] Re: addEvent and webkitTransitionEnd issue eskimoblood
- Re: [Moo] Re: addEvent and webkitTransitionEnd issue André Fiedler