IanLunn / Sequence

The responsive CSS animation framework for creating unique sliders, presentations, banners, and other step-based applications.
http://sequencejs.com
Other
3.37k stars 488 forks source link

Move slide after out animation is finished #283

Open Whip opened 5 years ago

Whip commented 5 years ago

I have a rather long out/exit animation and I want to hold off sequence changing to next step until the animation is over. So for example, if animation takes 2 seconds to complete, when I press right arrow key, Sequence should wait 2s and then start moving to next step.

How can this be done?