Skip to content

Instantly share code, notes, and snippets.

@beta
Created October 6, 2016 05:54
Show Gist options
  • Save beta/9ab6df411188cc69ed06427e8d61626a to your computer and use it in GitHub Desktop.
Save beta/9ab6df411188cc69ed06427e8d61626a to your computer and use it in GitHub Desktop.
HeartBeatAnimationUtil.with(mImageLogo).start();
HeartBeatAnimationUtil.with(mImageLogo)
.scaleFrom(1.0f)
.scaleTo(0.8f)
.in(100)
.after(1200)
.start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment