Comments on CSS Transitions Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞. 2012-12-20T13:43:50Z http://davidwalsh.name/css-transitions/feed/atom WordPress By: David Walsh David Walsh http://davidwalsh.name http://davidwalsh.name/?p=5614#comment-39760 2012-11-19T23:20:38Z 2012-11-19T23:20:38Z You’ll need to do something similar to my window.postMessage event shim:

http://davidwalsh.name/onmessage

Not difficult but not ideal either :/

]]>
By: Gerwin Gerwin http://www.gerwin.co.nz http://davidwalsh.name/?p=5614#comment-39758 2012-11-19T22:45:57Z 2012-11-19T22:45:57Z Hey David, I recently made this http://codepen.io/Gerwinnz/details/vokci and wanted to use the transitionend event but couldn’t seem to get it to work with mootools. Does mootools currently support this event or should I have just added it using the native addEventListener function? So $(‘myEl’).addEventListener wouldn’t work would it? I can’t exactly remember my results..

]]>