CSS Animation Creator
A guide to creating smooth, performant CSS animations and transitions for engaging user interfaces.
Usage
Ask about CSS animations, transitions, keyframes, or motion design patterns.
Examples
- "Create a smooth slide-in animation on scroll"
- "How do I animate along a custom path?"
- "Build a loading spinner with CSS keyframes"
Guidelines
- Only animate transform and opacity for 60fps performance
- Use will-change sparingly and remove after animation
- Respect prefers-reduced-motion media query
- Use cubic-bezier for custom easing curves
- Prefer CSS transitions for simple state changes