Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

AnimationViewController

Florent CHAMPIGNY edited this page Aug 3, 2015 · 1 revision

Easings :

  • easeIn : accelerate
  • easeOut : descelerate
  • easeInOut : accelerate then descelerate

Functions :

  • animateAphaIn(duration,easing)
  • animateScaleUp(duration,easing)
  • animateEnterY(translationY,duration,easing)
  • animateEnterX(translationX,duration,easing)
  • animateEnter(translationX,translationY,duration,easing)