how can we get reverse to any point after we reach the end point using the animations? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how can we get reverse to any point after we reach the end point using the animations?

13th Feb 2017, 6:40 AM
Roheeet Tamboli
Roheeet Tamboli - avatar
2 Answers
+ 6
animation:glow 10s ease-in-out infinite; ^ the infinite part might be what you're after
13th Feb 2017, 6:48 AM
Ahri Fox
Ahri Fox - avatar
+ 3
animation-direction: reverse; /* play in both direction alternatively / use with animation-iteration-count */ ( to check if this is what your expect, and to study how to use it: https/developer.mozilla.org/en-US/docs/Web/CSS/animation-direction )
14th Feb 2017, 3:50 AM
visph
visph - avatar