- From: mattwoodrow via GitHub <sysbot+gh@w3.org>
- Date: Wed, 10 Apr 2024 22:47:53 +0000
- To: public-css-archive@w3.org
mattwoodrow has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-view-transitions-1] Clarify implications of scrolling during a transition == My understanding is that the computed value for 'transform' that is set for the `::view-transition-group` selector includes the current scroll position of the Document (as required to place it in the current visual position if the view-transition is started when scrolled down). This means that the `-ua-view-transition-group-anim-transitionName` 'from' keyframe includes the initial scroll position, and the (implicit) 'to' keyframe includes the current scroll position (and changes each frame if scrolling happens). This has the visual effect that scrolling lags behind the movement of the scrollbar (and feels heavy), since the pseudo elements animate to the new scroll position. Obviously this is more pronounced when using a longer transition duration. Assuming that this is the intended behaviour, it might be worth adding a non-normative explainer so that it's more obvious that this will happen. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10197 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 10 April 2024 22:47:54 UTC