- From: Kevin Doughty via GitHub <noreply@w3.org>
- Date: Thu, 28 Aug 2025 18:53:42 +0000
- To: public-css-archive@w3.org
Probably off topic but `blend` sidesteps the out-of-bounds keyframe issue entirely. It only needs discrete source and destination values, never in-between values even on interruption, which means fewer style recalculations and no risk of layout thrashing. In my proof-of-concept implementations, it magically worked with the animation pane for the developer tools when out-of-bounds keyframes would not. Detaching was somehow trivial to implement in Firefox but I never figured it out in Chromium. -- GitHub Notification of comment by KevinDoughty Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12648#issuecomment-3234594400 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 28 August 2025 18:53:43 UTC