- From: fslflame via GitHub <sysbot+gh@w3.org>
- Date: Wed, 06 Dec 2023 08:30:34 +0000
- To: public-css-archive@w3.org
fslflame has just created a new issue for https://github.com/w3c/csswg-drafts: == Serious blocking error occurred with multiple view-Transition-names! == If multiple view-transition-name usage scenarios exist on the page When you go through a transition state of a view. If any other view-transition-name animation-duration is longer than the one currently being executed, then the current transition state will be blocked. This bug is pretty obvious. Recommended repair. In addition, I propose that if the current page has multiple view-transition-names, it is recommended that one of them be overdone and the others not overdone be left in place rather than run together. ![image](https://github.com/w3c/csswg-drafts/assets/101857530/8be6c7a5-e600-452c-ac98-fdbea9916d14) ![image](https://github.com/w3c/csswg-drafts/assets/101857530/cf19e125-a3f3-4e8f-a2e5-528ebc6b37e2) ![Uploading image.png…]() When the transition for 4s is completed by root, other elements that do not trigger the transition are also transitioning, such as item, then 5s of item will cause the page to freeze.!!!!!! Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9682 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 6 December 2023 08:30:36 UTC