cinderella

0.21.4 • Public • Published

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

/cinderella/

    Package Sidebar

    Install

    npm i cinderella

    Weekly Downloads

    11

    Version

    0.21.4

    License

    MIT

    Unpacked Size

    50.2 kB

    Total Files

    10

    Last publish

    Collaborators

    • ctrlplusb