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

Fix the Pause functionality #24

Closed jonmifsud closed 9 years ago

jonmifsud commented 9 years ago

Currently the pause only works if an animation is already going on. One would usually use the pause function to stop the slider from continuing to autoplay.