Skip to content

[web-animations] How/when do the "rangeStart/rangeEnd" attributes the Animation interface get evaluated #13853

@weinig

Description

@weinig

How/when do the <length-percentage> values that can be passed to the rangeStart/rangeEnd attributes on the Animation interface (or via KeyframeAnimationOption) when assigning a DOMString, get resolved.

Specifically, the KeyframeAnimationOption section for rangeEnd says "A DOMString value is parsed as an animation-range-end value to yield a TimelineRangeOffset". animation-range-end is defined as [ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#, so, <length-percentage> values will have to resolved.

Given all that, how/when should a string like 1em be resolved?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions