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