Skip to content

[css-view-transitions-1] Fix play state tracking for animations - #8294

Merged
jakearchibald merged 1 commit into
w3c:mainfrom
khushalsagar:main
Jan 10, 2023
Merged

[css-view-transitions-1] Fix play state tracking for animations#8294
jakearchibald merged 1 commit into
w3c:mainfrom
khushalsagar:main

Conversation

@khushalsagar

Copy link
Copy Markdown
Member

Animations targeting pseudo-elements are considered active, for the purpose of finishing the transition, if they are in running or paused state. See resolution here for details: #7785 (comment).

"paused" was incorrectly changed to idle in the following commit: 5151ae8.

This change fixes that.

Animations targeting pseudo-elements are considered active, for the purpose of finishing the transition, if they are in running or paused state. See resolution here for details: w3c#7785 (comment).

"paused" was incorrectly changed to idle in the following commit: w3c@5151ae8.

This change fixes that.
@jakearchibald

Copy link
Copy Markdown
Contributor

Hah, not sure what I was thinking when I made that change. Thanks for fixing it.

@jakearchibald
jakearchibald merged commit 6c04071 into w3c:main Jan 10, 2023
jakearchibald pushed a commit to jakearchibald/csswg-drafts that referenced this pull request Jan 16, 2023
Animations targeting pseudo-elements are considered active, for the purpose of finishing the transition, if they are in running or paused state. See resolution here for details: w3c#7785 (comment).

"paused" was incorrectly changed to idle in the following commit: w3c@5151ae8.

This change fixes that.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants