kenwheeler / slick

the last carousel you'll ever need
kenwheeler.github.io/slick
MIT License
28.34k stars 5.88k forks source link

afterChange event handler with timer #4103

Open G-hoon opened 3 years ago

G-hoon commented 3 years ago

I want to use 'afterChange' event handler with time delay. ex) setTimeout(() => some_fucntion(), 1000) => it means that some_function() will work after 1000ms(=1 sec). At now, there is no way to control time. what do you think about it?