Exploring CSS3 animations has been a fun project for me, and I want to push the boundaries of what is possible.
Currently, I have an infinite animation cycle that is working perfectly. However, I'm curious if it's possible to dynamically change the @keyframes when a link is selected.
Here's my idea:
- An animation is in progress
- There are 3 links present
- I have a predefined set of 3 @keyframes
- Upon selecting a link, the @keyframes would transition to another set
- All of this should happen seamlessly without refreshing the page.
It may seem like a simple or even silly question, but I am eager to discover new possibilities with CSS3 animations!