easing-utils

v0.0.1
A collection of configurable easing functions for Javascript that takes in a value from 0 to 1 and returns the eased value
javascript easing animation

compile

babel --out-file dist/easing.js src/easing.js

test

echo 'Error: no test specified' && exit 1

prepublish

npm run compile

build-cdn

webpack --config webpack.config.cdn.js

gh-pages

git checkout gh-pages && git reset --hard master && git rm .gitignore && webpack --config webpack.config.gh-pages.js && git add gh-pages/js/ && git commit -am 'Github pages' && git push -f origin gh-pages && git checkout -f -

Metadata

  • MIT
  • Whatever
  • Andrew Ray
  • released 4/4/2016

Downloads

Maintainers