Skip to content

[css-animationworklet] Stateless animators are not allowed to share animator instances #929

Open
@flackr

Description

@flackr

There are several parts of the spec which are incompatible with sharing stateless animator instances:

The creating-animator-instance steps specify that when creating an animator instance the user agent must construct a new instance and add it to the animator instance set.

The running animators section specifies that the set of animator instances represents the set of animations. This implies that if multiple animations were sharing the same instance, it would only have one time and be called once.

It seems we need to separate instances of animators from running animations.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions