1.0.3 โข Published 2 years ago
easy-motion v1.0.3
Features
- ๐ฅ Hot by default
- ๐ฉ Easily Customizable
- โ Accessible
Installation
With NPM
npm install easy-motion
Getting Started
It's simple, just import the EasyElement
object and enter as a parameter the dom element you want to animate, that's it!
import MotionElement from 'easy-motion';
const boxElement = document.querySelector(".box");
const motionBox = new MotionElement(boxElement);
Documentation
Find the full API reference on official documentation.