label Hidden To Visible Animation Duration Ms
The duration (in milliseconds as a positive long) of the hidden to visible state animations for ALL the Labels inside of this ExpandableFabLayout. A convenience method so that clients don't have to set the same value for every Label within a single ExpandableFabLayout. This property will affect Labels on ExpandableFabs AND FabOptions.
Set to 0L if you don't want hidden to visible animations for ANY Labels within this ExpandableFabLayout.
NOTE: This property will override whatever you set on individual Labels. If you only want to change the hidden to visible animation duration for a single Label, leave this property as null and see Label.hiddenToVisibleAnimationDurationMs.