Skip to content

Instantly share code, notes, and snippets.

@bezmian
Created September 16, 2016 07:28
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 bezmian/5313d0461c909403ecf02bf11bc71fe8 to your computer and use it in GitHub Desktop.
Save bezmian/5313d0461c909403ecf02bf11bc71fe8 to your computer and use it in GitHub Desktop.
getNextButtonTranslationWrapper()
.setEnterTranslation(new IViewTranslation() {
@Override
public void translate(View view, @FloatRange(from = 0, to = 1.0) float percentage) {
view.setAlpha(percentage);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment