Skip to content

7. Animation Type

Gabriel Inzirillo edited this page May 15, 2020 · 1 revision

Animation Types

This is the list of available animation types.

  • linear
  • ease
  • ease-in
  • ease-out
  • ease-in-out
  • quadIn
  • quadOut
  • quadInOut
  • cubicIn
  • cubicOut
  • cubicInOut
  • quartIn
  • quartOut
  • quartInOut
  • quintIn
  • quintOut
  • quintInOut
  • sineIn
  • sineOut
  • sineInOut
  • expoIn
  • expoOut
  • expoInOut
  • circIn
  • circOut
  • circInOut
  • backIn
  • backOut
  • backInOut
  • swingFrom
  • swingFromTo
  • swingTo
  • bounceIn
  • bounceOut
  • bounceInOut
  • elastic
  • elasticIn
  • elasticOut
  • elasticInOut

⚠️ All the animation types cannot be use directly and are used internally. Please refer to the Animations page to see which one can be used as a member function.