Almost, but not quite site front page
Almost, but not quite a guide to accessibility requirements
2 Operable

2.3.3 Animation from Interactions

Conformance level: AAA
Criterion released in WCAG version: 2.1

Official description of the success criterion

Motion animation triggered by interaction can be disabled, unless the animation is essential to the functionality or the information being conveyed.

What to do?

Provide a mechanism to disable non-essential animations triggered by interactions.

Why is it important?

Reduces risk of dizziness or seizures in users with vestibular disorders.

How to take this criterion into account in development?

One of the sufficient techniques for this success criterion is to use the CSS reduce-motion query to prevent motion. I recommend always having this on every website.

More about this criterion elsewhere