fd-animate

0.2.0 • Public • Published

fd-animate

npm version

Animate DOM elements in functional way.

Check out the live demo

Installation

npm install fd-animate --save

Usage

let animate = require('fd-animate');
 
let animationFunction = () => [
      {cssProperty: value0},
      {cssProperty: value1},
      {cssProperty: value2},
     ];
let configFunction = () => {
     duration: timeInMs,
     iterations: iterationCount,
     delay: delayValue
  }
  
let player = animate(animationFunction, configFunction, element);
 

Readme

Keywords

Package Sidebar

Install

npm i fd-animate

Weekly Downloads

0

Version

0.2.0

License

MIT

Last publish

Collaborators

  • hemanth