- From: Simon Fraser via GitHub <noreply@w3.org>
- Date: Tue, 31 Mar 2026 17:28:52 +0000
- To: public-css-archive@w3.org
One thing about CSS animations and transitions that I think needs to be preserved for text animation is that all intermediate states can be represented as static styles (either just with plain properties most of the time, or some kind of `mix()` function otherwise). That implies that we'd have to resolve the problem of how to apply a transform to a text fragment (word, letter etc), and transforms currently only apply to atomic boxes. -- GitHub Notification of comment by smfr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13689#issuecomment-4164240467 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 31 March 2026 17:28:53 UTC