+ 2
Is it possible to do auto playing slideshow without using js or jquery? Only by css!!
images auto play by only css and html
2 Réponses
+ 5
It's possible but a few limited... my advice is to build one with only css handling essential feature (to be working if JS disabled/not available) and to add improvments for JS authorized user, as I've done in this one (where auto-play is handle by JS, but it's even possible to do auto-play with only CSS and manual handled by JS, or not handle at all -- you cannot have both done with only css):
https://code.sololearn.com/WKlMAyjhKKy8/?ref=app
+ 3
https://code.sololearn.com/W1KxPfPJX9j6/?ref=app