Re: [csswg-drafts] [css-view-transitions-2] Allow rAF/script based animations with view transitions. (#8132)

I'm not sure what the use case is here? The view transition pseudo elements can only be animated via CSS, if you do animations anywhere else in the document it won't be visible because it's all happening underneath the view transition layer?

The only potential use case I'm seeing is if you're trying to fetch contents from a server and only want to finish the animation when that's done, but that can also be done by adjusting the `animation-iteration-count/duration/delay` of the view-transition pseudo element dynamically.

-- 
GitHub Notification of comment by nt1m
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8132#issuecomment-1826736925 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 26 November 2023 09:44:55 UTC