- From: Simon Fraser via GitHub <sysbot+gh@w3.org>
- Date: Wed, 03 Aug 2022 19:05:31 +0000
- To: public-css-archive@w3.org
It feels like adding `transition`-related things to an animation timeline is trying to make it do too much, and makes it really hard to reason about what the duration and timing function really do. Logically, it feels to me like the best approach is to allow authors to link "timeline modifiers" together in a list, where each modifier can alter the delay, rate and offset of the input progress, and output a new progress. This feels like it should be a new feature of the Web Animations API, rather than being bolted onto scroll timelines. -- GitHub Notification of comment by smfr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7059#issuecomment-1204363569 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 3 August 2022 19:05:32 UTC