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
I think that an animation-playback-rate property would be of great use combined with css variables. It would make it trivial to slowdown, speedup, tweak, and debug animations.
I checked the CSS Animation Level 1 spec and don't think there is anything like it.
At first thought, here is how I think it would probably look:
Type: unsigned float Default: 1
Unsigned so it doesn't negatively impact direction
The text was updated successfully, but these errors were encountered:
It's been a while since this has had any activity. What is the current status, and what needs to happen to move this forward? I don't see anything about this mentioned in the CSS Animations Level 2 Working Draft.
I think that an animation-playback-rate property would be of great use combined with css variables. It would make it trivial to slowdown, speedup, tweak, and debug animations.
I checked the CSS Animation Level 1 spec and don't think there is anything like it.
At first thought, here is how I think it would probably look:
Type: unsigned float
Default: 1
The text was updated successfully, but these errors were encountered: