- From: Robert Flack via GitHub <noreply@w3.org>
- Date: Mon, 06 Oct 2025 16:17:13 +0000
- To: public-css-archive@w3.org
In the full generality of keyframed animations, distance needs to be a parameter, right? I.e. we need to know the distance to know the rate at which progress advances but what is the distance being covered by keyframes where opacity is being animated, filter effects, colors, clip paths, widths/heights, rotations, combinations of these? Used animation-wide, and given a distance I can reason about how this would work, but what happens when this is used between keyframes, does it come to rest at each keyframe? What if other easing functions are used for other keyframes? Or even combined with other keyframe pairs? With an auto-determined duration, how do we know how much time to allocate / spend on the non-spring easings? Do we ignore percentages in the keyframe positions or do they factor into the timing? -- GitHub Notification of comment by flackr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/280#issuecomment-3372584530 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 6 October 2025 16:17:14 UTC