A tiny transformation library.


Keywords
library
License
MIT
Install
npm install cinderella@0.21.4

Documentation

Work in Progress

cinderella

A tiny transformation library.

import cinderella from 'cinderella'

cinderella().add({
  targets: '.foo',
  transform: {
    translateY: {
      from: 0,
      to: '-200px',
      duration: 1000,
      easing: 'easeInOutQuad',
    }
  }
}).play()

npm MIT License Travis Codecov

Want more information?

Visit the website: https://cinderella.now.sh