[scroll-animations] [web-animations-2] Relationship between animation-range
and Animation.range{Start|End}
#11327
Labels
Closed as Question Answered
Used when the issue is more of a question than a problem, and it's been answered.
scroll-animations-1
Current Work
web-animations-2
Current Work
I'm trying to understand what computation, if any, should be applied between a value provided via CSS using the
animation-range
property and the values computed on the resultingAnimation
object exposed via therangeStart
andrangeEnd
properties.Consider this simple example derived from the WPT test scroll-animations/scroll-timelines/scroll-timeline-range.html:
When I look at Chrome Canary (133.0.6878.0 ) I see the following being printed out:
Meanwhile, on ToT WebKit this prints:
Why are the values provided via CSS doubled in Chrome? What in a spec supports the computation of such values?
The text was updated successfully, but these errors were encountered: