+ 1
Slide Show
I wanted to make a slide show without JavaScript (because I can only use JavaScript)
14 odpowiedzi
+ 8
Ah, CSS animations then
+ 8
Woooow! 😱 I am 5 years older!
Just refer to CSS lessons for transition
+ 3
Slider using CSS only
https://code.sololearn.com/W1KxPfPJX9j6/?ref=app
+ 3
Sorry I'm still learning English in my school so I am so sorry for my grammar (😅😅😅 I'm still 09 Years Old 😅😅😅)
+ 2
I mean automatically
+ 2
every 3 sec
+ 2
with transitions
+ 2
yes
+ 2
yes
+ 2
exactly
+ 2
I'm a young programmer
+ 2
@Code Master wrote: << I wanted to make a slide show without JavaScript (because I can only use JavaScript) >>
How can you in same time want "without JS" because you "can only use JS"? @@
Mine, is Css first but use some JS to improve user experience... Unfortunally, automatic sliding here is done with JS, but even if it would be a little tricky, it can be done with only CSS. But you have to choice between interractivity and auto-sliding for a Css only slider (in this implementation, the first assignement was to have interactivity with Css only, if no JS, it still works, but without auto-sliding, gesture handling and arrow keys control... anyway, the 3d slide transition animations and the buttons are still effective wthout JS, and it could inspire you for build your own ;))
https://code.sololearn.com/WKlMAyjhKKy8/?ref=app
0
Thanks