- From: Brian Birtles via GitHub <sysbot+gh@w3.org>
- Date: Tue, 03 Oct 2023 02:22:12 +0000
- To: public-css-archive@w3.org
Here is a demo showing independently animated translateX and translateY on the same element. At least in Firefox, both animations are accelerated: https://codepen.io/birtles/pen/mdaGydp However, the order of composition for script-generated animations is currently based on the order in which the animations are created. For libraries, I believe they would like to, for example, add a `translateX` animation after the fact and have it composite in a specific order. In the past we've discussed this and decided we could add methods to adjust an animation's relative composite order when the need arose. -- GitHub Notification of comment by birtles Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7646#issuecomment-1744061547 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 3 October 2023 02:22:14 UTC