Animation & Motion snippets

CSS animation snippets: transitions, keyframes, scroll-driven animations, and spinners. Every snippet includes a live demo, copyable CSS, and an LLM-ready prompt.

New

Fade in entrance

CSS-only fade-in animation with @starting-style for element entry.

no-js
Widely supported

Scroll progress bar

Scroll-driven reading indicator with animation-timeline: scroll().

no-js
Widely supported

CSS loading spinner

A pure CSS loading spinner using keyframes and border, with prefers-reduced-motion support.

ui