Skip to content

Animation starting time pausing problems at time 0 #80

@StephMc

Description

@StephMc

In the code below #a is lightsteelblue instead of red when paused at time 0.

<style> .anim { width: 100px; height: 100px; background-color: lightsteelblue; } </style>

var foo = new Animation(document.querySelector("#a"), {"background-color": ["red", "green"]}, 2);
foo.pause();

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions