BottomAppBar.FabAnimationMode

public static abstract @interface BottomAppBar.FabAnimationMode
implements Annotation

com.google.android.material.bottomappbar.BottomAppBar.FabAnimationMode


The fabAnimationMode determines the animation used to move the FAB between different alignment modes. Can be either scale, or slide. Scale mode will scale the fab down to a point and then scale it back in at it's new position. Slide mode will slide the fab from one position to the other.

Summary

Inherited methods

abstract Class<? extends Annotation> annotationType()
abstract boolean equals(Object arg0)
abstract int hashCode()
abstract String toString()