- From: Daniil Sakhapov via GitHub <sysbot+gh@w3.org>
- Date: Thu, 07 Sep 2023 10:46:25 +0000
- To: public-css-archive@w3.org
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