motion-sensitivity

Provide guidelines and checks for motion-safe interface design.

3|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/hulusi-tunc/unicorn-skills --skill motion-sensitivity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: motion-sensitivity
Source: https://github.com/hulusi-tunc/unicorn-skills/tree/main/.claude/skills/inclusive-interaction--motion-sensitivity
Command: npx skills add https://github.com/hulusi-tunc/unicorn-skills --skill motion-sensitivity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Designing motion that respects users with vestibular disorders or motion sensitivity to prevent vertigo, nausea, or seizures.

Core Features & Use Cases

  • Guidelines for when to use motion, and when to avoid it, aligned with accessibility standards.
  • Patterns & Rules for prefers-reduced-motion, safe animation duration, and non-autoplay options.
  • Use Case: applying motion safety to UI transitions, parallax, video backgrounds, carousel behavior, and any moving content.

Quick Start

Use motion-safe design to audit an animation in your current project and adapt it to reduce motion for sensitive users.

Frequently Asked Questions about motion-sensitivity

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design web animations that are safe for users with vestibular disorders?

To design web animations safe for vestibular disorders, apply motion-safe guidelines that prevent vertigo and seizures by pausing, reducing, or removing moving content like parallax and video backgrounds. The Skill provides specific rules for these adaptations.

What is prefers-reduced-motion and when do I need to apply it in UX design?

prefers-reduced-motion is an accessibility CSS media feature indicating a user requires minimal movement. Apply it in UX design when building transitions, carousels, or video backgrounds to prevent triggering nausea or seizures in motion-sensitive users.

How do I audit an existing UI transition for motion sensitivity compliance?

Audit an existing UI transition for motion sensitivity compliance by checking it against accessibility guidelines for safe animation duration and non-autoplay options. Use the Skill's rules to identify and adapt non-compliant moving content.

What are the limitations of using prefers-reduced-motion for seizure safety?

A limitation of using prefers-reduced-motion for seizure safety is that it relies on explicit user-triggered browser settings, meaning non-autoplay options and motion-reduction patterns must be natively designed into the interface to protect all users.

Does this motion safety approach work for parallax and video backgrounds?

Yes, this motion safety approach works for parallax and video backgrounds by applying guidelines to pause, reduce, or remove motion. It ensures digital products meet accessibility compliance for any moving content across the interface.

What is the best way to handle carousel behavior for accessibility compliance?

The best way to handle carousel behavior for accessibility compliance is to implement non-autoplay options and motion-reduction triggers. This prevents vertigo and nausea by allowing users to explicitly control moving content.