+ 1
How can i make a html/css/js part where you can repeat the changing over and over
6 Respuestas
+ 6
First, add this to your div CSS:
animation-iteration-count: infinite;
Then, you'll have to adjust your background-color keyframes to decrease blue and increase red, for a smooth loop around. Perhaps increase/decrease by 10 instead of 5 for each frame.
+ 6
No, it isn't, unfortunately.
+ 5
Looks like you got it working! Nice job! And it's much simpler. 😁
+ 1
Tamra, is it possible to in/decrease by 7.65?
+ 1
ok then i'll just decrease it by 7 - 8 - 8 etc
+ 1
tnx☺