I want @keyframes
to support seconds as indicator for a keyframe
#97
aarongustafson
started this conversation in
Wants
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm just starting with
@keyframes
for a bit, but with animations, timing is sometimes very precise and critical. From what I see, you can only use 'from' and 'to' or use percentages, so to get some timings right can be pretty hard.Ideally, I'd like to have the control to precisely add a keyframe via a timestamp in seconds.
Something like this:
Obviously, the
animation-duration
property should match the length of the keyframes somehow (either explicitly or implicitly).https://webwewant.fyi/wants/87/
Beta Was this translation helpful? Give feedback.
All reactions