-
Notifications
You must be signed in to change notification settings - Fork 376
visibilityAnimation
ZieIony edited this page Apr 5, 2015
·
3 revisions
Methods: get/setInAnimation(Style), get/setOutAnimation(Style)
Type: enum (fade, pop, fly, none, saturationBrightnessFade, progressWidth)
Used for animating visibility changes. Each view with animation style set to value other than none will animate visibility changes. Pop animation uses scaling and alpha animations and is used by default by FAB. Fly animation uses translation and alpha animations and is used by default by Snackbar. SaturationBrightnessFade is an implementation of the new patterns for loading images and is used by ImageView and its descendants. ProgressWidth is used by ProgressBar and CircularProgress only.
Copyright 2015 Marcin Korniluk 'Zielony'