Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion property/animation-play-state/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h2 class="property-name">
<div class="example-description">
<p>The animation is set paused at the <strong>first keyframe</strong>.</p>
<p>This is different than having either no <code>animation-duration</code> or <code>animation-name</code> at all. If the animation is paused, the style applied is that of the <em>first</em> keyframe, and <strong>not</strong> the default style.</p>
<p>In this example, the square is visible by default, but the on the first keyframe of <code>fadeAndMove</code>, the <code>opacity</code> is set to <code>0</code>. When paused, the animation will be &quot;stuck&quot; on this first keyframe, and will thus be invisible.</p>
<p>In this example, the square is visible by default, but on the first keyframe of <code>fadeAndMove</code>, the <code>opacity</code> is set to <code>0</code>. When paused, the animation will be &quot;stuck&quot; on this first keyframe, and will thus be invisible.</p>
<p><pre>@keyframes fadeAndMove {
from {
opacity: 0;
Expand Down