1 min readApr 30, 2017
Hey camilo cardenas
You could make the slides move automatically in an “autoplay” style.
However, this would be best implemented using some JS to get the best control over the behaviour.
The requirement would be to do something like use setInterval
or maybe hook into ontransitionend
to consistently trigger the next slides transition.
Hope that helps!