Getting Started
From a blank animation to a full-blown website in minutes.
Create a new project
- Initialize a new project:
npm
npm init -y- Install Dynamotion:
npm
npm install dynamotion@latest- Add Dynamotion to your project:
react
import "dynamotion";
<p className='fade-in'>Hello, Dynamotion</p>✨ Well done! You can now restart your project and see the animation in action.