Anim.Easing

Provides methods for customizing how an animation behaves during each run.

defined in: easing.js

Namespace

Methods

  • Anim.Easing. backBoth (t) <static> Backtracks slightly, then reverses direction, overshoots end, then reverses and comes back to end.
  • Anim.Easing. backIn (t) <static> Backtracks slightly, then reverses direction and moves to end.
  • Anim.Easing. backOut (t) <static> Overshoots end, then reverses and comes back to end.
  • Anim.Easing. bounceBoth (t) <static> Bounces off start and end.
  • Anim.Easing. bounceIn (t) <static> Bounce off of start.
  • Anim.Easing. bounceOut (t) <static> Bounces off end.
  • Anim.Easing. easeBoth (t) <static> Begins slowly and decelerates towards end.
  • Anim.Easing. easeBothStrong (t) <static> Begins slowly and decelerates towards end.
  • Anim.Easing. easeIn (t) <static> Begins slowly and accelerates towards end.
  • Anim.Easing. easeInStrong (t) <static> Begins slowly and accelerates towards end.
  • Anim.Easing. easeNone (t) <static> Uniform speed between points.
  • Anim.Easing. easeOut (t) <static> Begins quickly and decelerates towards end.
  • Anim.Easing. easeOutStrong (t) <static> Begins quickly and decelerates towards end.
  • Anim.Easing. elasticBoth (t) <static> Snap both elastic effect.
  • Anim.Easing. elasticIn (t) <static> Snap in elastic effect.
  • Anim.Easing. elasticOut (t) <static> Snap out elastic effect.

Namespace Detail

  • Anim.Easing
    Provides methods for customizing how an animation behaves during each run.

Methods Detail

  • Anim.Easing. backBoth (t) <static> view source
    Backtracks slightly, then reverses direction, overshoots end, then reverses and comes back to end.
    Parameters
    •   t
  • Anim.Easing. backIn (t) <static> view source
    Backtracks slightly, then reverses direction and moves to end.
    Parameters
    •   t
  • Anim.Easing. backOut (t) <static> view source
    Overshoots end, then reverses and comes back to end.
    Parameters
    •   t
  • Anim.Easing. bounceBoth (t) <static> view source
    Bounces off start and end.
    Parameters
    •   t
  • Anim.Easing. bounceIn (t) <static> view source
    Bounce off of start.
    Parameters
    •   t
  • Anim.Easing. bounceOut (t) <static> view source
    Bounces off end.
    Parameters
    •   t
  • Anim.Easing. easeBoth (t) <static> view source
    Begins slowly and decelerates towards end. (quadratic)
    Parameters
    •   t
  • Anim.Easing. easeBothStrong (t) <static> view source
    Begins slowly and decelerates towards end. (quartic)
    Parameters
    •   t
  • Anim.Easing. easeIn (t) <static> view source
    Begins slowly and accelerates towards end. (quadratic)
    Parameters
    •   t
  • Anim.Easing. easeInStrong (t) <static> view source
    Begins slowly and accelerates towards end. (quartic)
    Parameters
    •   t
  • Anim.Easing. easeNone (t) <static> view source
    Uniform speed between points.
    Parameters
    •   t
  • Anim.Easing. easeOut (t) <static> view source
    Begins quickly and decelerates towards end. (quadratic)
    Parameters
    •   t
  • Anim.Easing. easeOutStrong (t) <static> view source
    Begins quickly and decelerates towards end. (quartic)
    Parameters
    •   t
  • Anim.Easing. elasticBoth (t) <static> view source
    Snap both elastic effect.
    Parameters
    •   t
  • Anim.Easing. elasticIn (t) <static> view source
    Snap in elastic effect.
    Parameters
    •   t
  • Anim.Easing. elasticOut (t) <static> view source
    Snap out elastic effect.
    Parameters
    •   t
blog comments powered by Disqus
Top