easing-utils

v1.0.0
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 lib/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 -
npm i easing-utils

Metadata

  • MIT
  • Whatever
  • Andrew Ray
  • released 3/2/2023

Downloads

Maintainers