drygiel / csslider

Pure CSS slider
http://codepen.io/drygiel/pen/rtpnE
232 stars 117 forks source link

Auto-playing the slider #1

Closed uxcode1 closed 6 years ago

uxcode1 commented 10 years ago

Is it possible to auto-play the slider?

drygiel commented 10 years ago

Auto-play is possible to achieve by JS or CSS3 animations.

JS version: http://codepen.io/drygiel/pen/xjJsC

olisek commented 7 years ago

When slider autoplay and using arrows it doesn't count time for new slide. Effect for the new slide is to run out too quickly.

How to fix that?