0
Image slider by html and css
I want to make a image slider for my webpage. But I do not how to do it. Expect help from others.
8 Antworten
0
You can look around my code here (html and css, no js) for reference:
https://code.sololearn.com/WAxrh3X7QkRD/?ref=app
+ 2
You can search Code Playground for a start, see how others are doing it and then customize it to your liking, it's a way to learn too.
Good luck! 👍
0
Thong-your-code-doesnot-like-that-what-I-am-looking-for
0
So what exact you looking for?
0
I-want-image-slide-automatically-after-few-second-but-your-image-is-one-after-another-it-is-not-actually-imge-slider-you-just-show-image-one-after-another
0
Just add "animation-delay: how long (in second)" property to your animation. I will fix in my test code. You can check again!
0
not working. I recheck your code and edit it 2sec but it doesn't working
0
I just fix my slide start after 5s! Try and see!