Skip to content
Open
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
26 changes: 24 additions & 2 deletions understanding/20/three-flashes-or-below-threshold.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,24 @@ <h2>Examples of Three Flashes or Below Threshold</h2>


</li>

</ul>


<li>A large animated GIF ad banner loops with hard cuts between light and dark
frames. The author slows the animation so it does not flash more than three times
in any one-second period.
</li>

<li>A large notification badge on a dashboard blinks between two high-contrast
colors to draw attention. The designer slows the blink rate so it does not flash
more than three times per second.
</li>

<li>A site with auto-playing animations checks the user's
<code>prefers-reduced-motion</code> setting and, when active, pauses animations
and removes rapid visual transitions.
</li>

</ul>

</section>

Expand Down Expand Up @@ -188,6 +204,12 @@ <h2>Resources for Three Flashes or Below Threshold</h2>
<a href="http://www.epilepsy.com/learn/triggers-seizures/photosensitivity-and-seizures">Epilepsy Foundation - Photosensitivity and Seizures</a>

</li>

<li>

<a href="https://video-audit.com/">Video Audit Flash Analysis Tool</a>

</li>

</ul>

Expand Down