Is it possible to do auto playing slideshow without using js or jquery? Only by css!! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

3rd Sep 2017, 4:27 PM
Muhammad Eltaher
Muhammad Eltaher - avatar
2 Answers
+ 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
4th Sep 2017, 8:18 AM
visph
visph - avatar
+ 3
https://code.sololearn.com/W1KxPfPJX9j6/?ref=app
3rd Sep 2017, 4:48 PM
Calviղ
Calviղ - avatar