Re: [csswg-drafts] [css-shared-element-transitions-1] Define "active animation" used to signal end of transition (#7785)

I'm not sure how gesture based transitions can be built using scroll timeline yet. The swipe gesture imitated by the user would be a trigger to initiate the transition itself. So the developer would have to issue document.createTransition in response to the gesture starting. Input then gets discarded for the capture and update phase.

Once the animations are ready to start you somehow set up the container pseudo-element (which has the old and new root images) as a scroll container to provide a scroll-timeline for animating the old and new images..? Because this is still unclear I figured it's better to exclude scroll-timeline.

If we are including it, what happens if there is no user gesture. Does the associated animation stay in `running` state?

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


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

Received on Wednesday, 28 September 2022 16:58:22 UTC