Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created May 23, 2017 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/c8c9231fc4bdef350c940725fd17afce to your computer and use it in GitHub Desktop.
Save matthieu-D/c8c9231fc4bdef350c940725fd17afce to your computer and use it in GitHub Desktop.
this.animationDecreaseGroup = new AR.AnimationGroup(AR.CONST.ANIMATION_GROUP_TYPE.PARALLEL, [
drawableResizeDecreaseAnimationX,
drawableResizeDecreaseAnimationY], {
onFinish: () => {
this.animationIncreaseGroup.start()
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment