- From: Yehonatan Daniv via GitHub <sysbot+gh@w3.org>
- Date: Tue, 25 Jul 2023 08:50:53 +0000
- To: public-css-archive@w3.org
Thanks, @bramus! I think we may need a new `hover-timeline` property for this to scope the range to an element, probably with a corresponding `-inset` property as well. Only thing that's a bit different here is that the analogous of ScrollTimeline here is `hover()` timeline that matches the viewport and not an element, or perhaps this could simply be done with: ```css :root { hover-timeline: --hover-x x; } ``` -- GitHub Notification of comment by ydaniv Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6733#issuecomment-1649402719 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 25 July 2023 08:50:55 UTC