Re: [csswg-drafts] [scroll-animations-1] view timeline insets (#7243)

> multiple view-timelines operating on different axes then it might be useful to specify the 4 values once.

Independent of their axis, each view-timeline would still only need 2 linked values (or `auto`), no?

E.g.

```css
el {
  view-timeline: tl1, tl2, tl3;
  view-timeline-axis: block, inline, block;
  view-timeline-inset: 10% 10%, auto, 25% 25%;
}

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


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

Received on Thursday, 16 June 2022 13:44:43 UTC