The convention with real transitions is to fire a webkitTransitionEnd event for each property that is transitioned. Should Morf.js do the same? Currently it fires one event to say its finished.
https://github.com/joelambert/morf/blob/master/js/src/morf.js#L42
The convention with real transitions is to fire a
webkitTransitionEndevent for each property that is transitioned. Should Morf.js do the same? Currently it fires one event to say its finished.https://github.com/joelambert/morf/blob/master/js/src/morf.js#L42