Re: [csswg-drafts] Interpolate values between breakpoints (#6245)

Sorry, I forgot about the functional notation. Container timeline can be created directly with a functional notation.
The following creates a timeline from the nearest inline-size container:

```
#target {
  animation: anim auto;
  animation-timeline: container(inline-size);
}
```


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


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

Received on Thursday, 7 September 2023 10:46:28 UTC