You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I have one element which I wanna animate on different screens. I animated one different property on each screen and things worked, but if I wanna animate things like color back and forth, only the last line works. For reference the offset here means start end and end end.
I could use different solutions, like wrapping both screen elements in another element, and using keyframes, but if they have different sizes I have to take into account the keyframes positions. Thankfully in my case both are the same size, so I can use offsets like 0 2.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
So I have one element which I wanna animate on different screens. I animated one different property on each screen and things worked, but if I wanna animate things like color back and forth, only the last line works. For reference the offset here means start end and end end.
I could use different solutions, like wrapping both screen elements in another element, and using keyframes, but if they have different sizes I have to take into account the keyframes positions. Thankfully in my case both are the same size, so I can use offsets like 0 2.
Beta Was this translation helpful? Give feedback.
All reactions