Skip to content

Instantly share code, notes, and snippets.

@nickbutcher
Created July 24, 2019 20:59
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 nickbutcher/ef90c7d977be3f1fc42abf08056c88f3 to your computer and use it in GitHub Desktop.
Save nickbutcher/ef90c7d977be3f1fc42abf08056c88f3 to your computer and use it in GitHub Desktop.
/* Copyright 2019 Google LLC.
SPDX-License-Identifier: Apache-2.0 */
- ObjectAnimator.ofFloat(view, View.ALPHA, 0f, 1f).start()
+ ObjectAnimator.ofFloat(view, View.ALPHA, 1f).start()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment