Skip to content

Instantly share code, notes, and snippets.

@nickbutcher
Created July 24, 2019 21:03
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/c1b45f9caa0de8d559b19092c278a17d to your computer and use it in GitHub Desktop.
Save nickbutcher/c1b45f9caa0de8d559b19092c278a17d to your computer and use it in GitHub Desktop.
/* Copyright 2019 Google LLC.
SPDX-License-Identifier: Apache-2.0 */
- val anim = view.animate().alpha(targetAlpha)
+ val spring = view.spring(SpringAnimation.ALPHA)
+ spring.animateToFinalPosition(targetAlpha)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment