labelVisibleToHiddenAnimationDurationMs

var labelVisibleToHiddenAnimationDurationMs: Long? = null

The duration (in milliseconds as a positive long) of the visible to hidden 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 visible to hidden 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 visible to hidden animation duration for a single Label, leave this property as null and see Label.visibleToHiddenAnimationDurationMs.