1.0.2 • Published 3 years ago

@dudojs/easing v1.0.2

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

@dudojs/easing

Collection of awesome easing functions!

Usage

import easingList from '@dudojs/easing';
const duration = 500;
const easing = 'linear';

doSomeAnimate(duration, easingList[easing]);

Available easing

  • linear
  • easeInQuad
  • easeOutQuad
  • easeInOutQuad
  • easeInCubic
  • easeOutCubic
  • easeInOutCubic
  • easeInQuart
  • easeOutQuart
  • easeInOutQuart
  • easeInQuint
  • easeOutQuint
  • easeInOutQuint

License

Please read at here