mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:57:34 +00:00

Animation::play_state() does not consider the fill state, and thus will not return "Playing" for a fill-forward animation in the after phase. It is still valid for paused, as pausing is not affected by the fill mode.
9 lines
148 B
HTML
9 lines
148 B
HTML
<!doctype html>
|
|
<style>
|
|
#foo {
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color: blue;
|
|
}
|
|
</style>
|
|
<div id="foo"></div>
|