Re: [csswg-drafts] [css-view-transitions-2] Ignore offscreen elements from participating in transitions (#8282)

I think that in addition to the resolution we need to enable authors ways to override/customize this behavior:
- override the default, stating that a particular element should not have its contents clipped. This could perhaps also apply to the root element, except with a different user-agent default, e.g. `view-transition-content-overflow: auto | all | viewport` where the root defaults to `viewport` and everything else defaults to `auto.
- Customize the default animation behavior when we're displaying the new live snapshot instead of the old snapshot. Thinking something like a pseudo-class on the pseudo elements (`::view-transition-{group|old|new}(header):old-content-hidden` except with a better name?)

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


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

Received on Wednesday, 10 July 2024 15:56:13 UTC