0.0.105 • Published 6 years ago

@arted/animate v0.0.105

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

animate

A simple utils to create javascript animation!

Installation

npm

$ npm install @arted/animate

or yarn

$ yarn add @arted/animate

Usage

import animate from '@arted/animate';

// 执行动画
animate(300, 'ease-in', ({ value, progress }) => {
    // todo something with value or progress;
});
0.0.105

6 years ago

0.0.104

6 years ago

0.0.103

6 years ago

0.0.102

6 years ago

0.0.101

6 years ago

0.0.1

6 years ago