Skip to content

visibilityAnimation

ZieIony edited this page Apr 5, 2015 · 3 revisions

carbon_inAnimation, carbon_outAnimation

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.

Clone this wiki locally