- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Sat, 29 Oct 2022 18:34:31 +0000
- To: public-css-archive@w3.org
I think the most expected thing to do is to pin the keyframes to wherever it is they declare themselves to be, i.e. option 2. That is, raw percentages are relative to the animation duration, but absolute keyframe locations aren't. To address @ydaniv's case, once all the frames are pinned onto the timeline, we identify the start and endpoints of the animation, and if they are outside the range of the first/last frames, we pin the neutral value. And then wherever we don't have a value, we interpolate among these pinned values. -- GitHub Notification of comment by fantasai Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7825#issuecomment-1295930406 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 29 October 2022 18:34:33 UTC