AniX
The Simplest Animation Plugin for react.
Overview
AniX is an animation plugin for react.
It is very simple and convenient to use. At the same time it has very good compatibility.
Install and Usage
Quick Start
Install and manage AniX with npm.
$ npm install anix --save
import and use the AniX library.
//1. import module
import { AniX } from 'anix';
//2. use
AniX.to(dom, 1, {
width: "200px",
height: "100px",
delay: .5,
onComplete: ()=>{
alert("over");
}
});
Examples
npm start
view on http://localhost:3000/
License
The BSD License.