Motiono is a React animation library that uses GSAP to create smooth, interactive animations with a clean API.
It simplifies animating React components, including built-in HTML elements and custom components.
Motiono offers easy integration with GSAP for creating sophisticated animations without external setup.
The library provides documentation on installation, basic usage, available tags, API references, advanced usage, performance tips, and troubleshooting.
To install Motiono, you can use npm install motiono.
Basic usage involves importing motiono into React components and animating HTML elements using specified properties.
Motiono supports animating various HTML tags like headings, paragraphs, divs, forms, multimedia, lists, and more.
The motiono component acts as the main entry point for animations and accepts props like tag, from, to, duration, delay, and more.
You can set global GSAP animation defaults using motiono.setGsapDefaults to apply settings across animations.
Motiono seamlessly integrates GSAP, allowing for advanced animation logic and smooth animations with a declarative syntax.