animation-vocabulary

Maps vague descriptions of web motion effects to precise animation terminology.

2|Updated Jun 5, 2026
One-click install
npx skills add https://github.com/sathishssj3/NexVR-Engine --skill animation-vocabulary-sathishssj3
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: animation-vocabulary
Source: https://github.com/sathishssj3/NexVR-Engine/tree/main/.agents/skills/animation-vocabulary
Command: npx skills add https://github.com/sathishssj3/NexVR-Engine --skill animation-vocabulary-sathishssj3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users often see a motion effect on the web but don't know its name, making it impossible to search for, prompt an AI with, or brief a designer accurately. This Skill reverse-looks up a loose description ("the bouncy thing when a popover opens") and returns the exact industry term ("Pop in"). ## Core Features & Use Cases - Reverse Glossary Lookup: Converts feel-based descriptions like "springy" or "draws itself in" into authoritative terms from a curated glossary covering entrances, springs, easing, scroll effects, and more. - Term Disambiguation: Contrasts easily confused terms (Clip-path vs Mask, Pop in vs Bounce, Shared element transition vs Layout animation) so users pick the right one. - Use Case: A user asks "What's it called when a popover grows out of the button you clicked?" and receives the term Origin-aware animation with a verbatim glossary definition, ready to use in a prompt or design brief. ## Quick Start Ask the assistant to name a motion effect you describe, for example "what's it called when an image smoothly turns into another image?"

Frequently Asked Questions about animation-vocabulary

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

FAQPage Schema
How do I find the name of a web animation effect?▼

Describe what the effect looks or feels like in plain language, such as "the iOS rubber-band scroll" or "slides off screen." The skill maps that sensation to the exact glossary term, like Rubber-banding or Swipe to dismiss, with a verbatim definition.

What is the difference between a spring animation and easing?▼

Easing defines how speed changes over a fixed duration, like ease-out or cubic-bezier. A spring is driven by physics parameters (stiffness, damping, mass) instead of a set duration, producing motion that can overshoot, bounce, and be interrupted mid-flight.

What is it called when one element transforms into another?▼

If one shape smoothly turns into another shape, that is a Morph, like the Dynamic Island. If an element travels from one position into another, it is a Shared element transition; if they simply fade over each other, it is a Crossfade.

Can this skill help me design or build an animation?▼

No, it only names effects. It returns the correct term and glossary definition so you know what to ask for, but it does not provide design guidance, CSS code, or implementation steps.

What happens if my described effect is not in the glossary?▼

The skill names the closest matching term and states plainly that it is an approximation, or describes the effect using existing glossary vocabulary, such as calling something a stagger of scale-in entrances, rather than inventing a new term.