Stay organized with collections
Save and categorize content based on your preferences.
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 |
From interface
java.lang.annotation.Annotation
abstract
Class<? extends Annotation>
|
annotationType()
|
abstract
boolean
|
equals(Object arg0)
|
abstract
int
|
hashCode()
|
abstract
String
|
toString()
|
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# BottomAppBar.FabAnimationMode\n\nSummary: [Inherited Methods](#inhmethods) \n\nBottomAppBar.FabAnimationMode\n=============================\n\n\n`\npublic\nstatic\n\nabstract\n@interface\nBottomAppBar.FabAnimationMode\n`\n\n\n`\n\n\nimplements\n\nAnnotation\n\n\n`\n\n|------------------------------------------------------------------------|\n| com.google.android.material.bottomappbar.BottomAppBar.FabAnimationMode |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nThe fabAnimationMode determines the animation used to move the FAB between different alignment\nmodes. Can be either scale, or slide. Scale mode will scale the fab down to a point and then\nscale it back in at it's new position. Slide mode will slide the fab from one position to the\nother.\n\nSummary\n-------\n\n| ### Inherited methods |\n|-----------------------|---|\n| From interface ` java.lang.annotation.Annotation ` |-----------------------------------------|-------------------------| | ` abstract Class\u003c? extends Annotation\u003e` | ` annotationType() ` | | ` abstract boolean` | ` equals(Object arg0) ` | | ` abstract int` | ` hashCode() ` | | ` abstract String` | ` toString() ` | ||"]]