- From: Robert Flack via GitHub <sysbot+gh@w3.org>
- Date: Mon, 13 Mar 2023 19:35:11 +0000
- To: public-css-archive@w3.org
Since we now have animation-range for the attachment these non-time based timelines, I think it would be much simpler if we dropped all time-based values for their default values when applied to a non-time based timeline. The somewhat common case of assigning a non-time-based timeline on a time-based animation essentially fills the specified animation-range. Applying this would mean removing the procedure for [converting time based animations to non-time based timelines](https://w3c.github.io/csswg-drafts/web-animations-2/#time-based-animation-to-a-proportional-animation) and instead using any time values as their initial values which would go down the "auto" duration path. TLDR Proposal is: Time based specified duration, start delay, and end delay will compute to their initial values ("auto", 0, 0) when applied to an animation using a non-time based timeline. -- GitHub Notification of comment by flackr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7749#issuecomment-1466831224 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 13 March 2023 19:35:13 UTC