CSS transition event(s)
TransitionEventis a simple bridge between CSS transitions and javascript. Javascript events are emitted by the browser when a (part of a) CSS transition ends. This can be usefull in some cases where sayWeb Animationsperhaps is not an option. Here I am usingTransitionEndto display the end css properties in the eventlog. The stopped/running button is controled usingmouseEnterandmouseLeaveevent. Unfortunally theTransitionStartevent I could not get my browser to emit...