Motion React (formerly known as Framer Motion) provides a simple yet powerful API for creating animations in React applications. Launch Express extends this functionality with a custom Animated
component, making it even easier to add animations to your project.
Animated
component located in components/Animated.tsx
. This component wraps Framer Motion’s functionality, providing a simplified interface for common animation scenarios.
For more information, see the Animated component documentation.
Animated
component provides convenient presets, you can also use Framer Motion directly for more complex animations:
prefers-reduced-motion
setting.