0.0.5 • Published 7 years ago

@johnnypota/tran-toolkit v0.0.5

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

Transitions Toolkit (tran-toolkit)

:dizzy: A small JS library with some helper functions for creating CSS3 transitions. :dizzy:

Installation

npm install @johnnypotar/tran-toolkit

Usage

` var cycle = document.getElementById('cycle');

tran_toolkit.addTransition(cycle, 'click', 'opacity', '0.2', '0.9', '1s'); `

Contributing

Take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.