1.0.3 โ€ข Published 2 years ago

easy-motion v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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.

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago