Know these names so you can reason about and reach for the right pattern. This is a vocabulary, not a component library. Reach for any of them only when the design read and dials justify it; most tooling UIs need almost none.
Default to a small motion library for UI state changes. Use a scroll library only for genuine scroll choreography, isolated in a dedicated leaf with cleanup. Do not mix two animation engines in one component tree; they fight over frames.