zoxon
10/10/2016 - 9:27 AM

Executing Code When Transitions End

Executing Code When Transitions End

$el.one('webkitTransitionEnd otransitionend oTransitionEnd msTransitionEnd transitionend', function(event) {
	/* Act on the event */
});