- From: Robert Flack via GitHub <sysbot+gh@w3.org>
- Date: Fri, 17 Feb 2023 19:24:13 +0000
- To: public-css-archive@w3.org
`normal` / `auto` only calculate to be the start/end of the timeline for a non-monotonically increasing timeline. Monotonically increasing timelines like the document timeline do not have an end and the start is a long time in the past. When this default value keyword is used on a regular document timeline animation the range start would be calculated to be the time on the timeline when the animation starts, equivalent to the [animation's start time](https://drafts.csswg.org/web-animations-1/#animation-start-time). The range end would calculate to the effective [animation end time](https://drafts.csswg.org/web-animations-1/#end-time). -- GitHub Notification of comment by flackr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8406#issuecomment-1435131603 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 17 February 2023 19:24:15 UTC