- From: Brian Birtles via GitHub <sysbot+gh@w3.org>
- Date: Tue, 14 Jan 2020 02:09:35 +0000
- To: public-css-archive@w3.org
I think the difficulty is that creation order is not defined for CSS animations/transitions. Not only is the timing of style updates not defined (as [CSS transitions points out](https://drafts.csswg.org/css-transitions/#starting)) leading to potential differences due to differences in batching of updates, even when the timing is the same, I don't believe there is any requirement on UAs to create the animations/transitions in any particular order (thus allowing them to process subtrees in parallel etc.). Unfortunately I think the order of `getAnimations` is pretty important (since authors will almost certainly do things like `document.getAnimations()[2]`) so I think those differences are significant. -- GitHub Notification of comment by birtles Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4669#issuecomment-573964940 using your GitHub account
Received on Tuesday, 14 January 2020 02:09:37 UTC