0
image of the body background changes every x second
can this be performed 100% using css? i try to search more information on google but most of the code using javascript & jquery
2 ответов
+ 1
Research a bit into "@Keyframe" and transitions.
First work with color, then ease into images.
.animate {
blah, it goes something like this
@keyframe transition:
1s position something,
2s background-color red; opacity 50%,
stuff, quite inaccurate, but it gives basic principles...
Hope I helped.
0
Use it to change background images
https://code.sololearn.com/WwmdRZrw4VbG/?ref=app