codrops / SlitSlider

A responsive slideshow with a twist: the idea is to slice open the current slide when navigating to the next or previous one. Using jQuery and CSS animations we can create unique slide transitions for the content elements.
459 stars 135 forks source link

add slitsliderEmulateTransitionEnd #25

Closed fbossy closed 9 years ago

fbossy commented 9 years ago

ensure callback is called when transitionend event is not fired as it happens when tab browsing. (see http://blog.alexmaccaw.com/css-transitions)

See also issue #14