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
5 changes: 5 additions & 0 deletions understanding/20/pause-stop-hide.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ <h2>Intent of Pause, Stop, Hide</h2>
</li>

</ul>

<p>Regarding the scope of condition (1) "starts automatically" as it relates to user interactions: for the animated information to start on a change of focus is considered automatic. For the animated information to start on pointer hover, scrolling the page, or on changing the setting of a user interface component is not considered automatic.
</p>

<p>"Pause, Stop, Hide" applies when the web page initiates animation. In contrast, <a href="animation-from-interactions.html">2.3.3 Animation from Interactions</a> applies when a user’s interaction initiates animation.</p>

<p>Content that moves or auto-updates can be a barrier to anyone who has trouble reading
stationary text quickly as well as anyone who has trouble tracking moving objects.
Expand Down