expandableFabClosingAnimationDurationMs

var expandableFabClosingAnimationDurationMs: Long? = null

The duration (in milliseconds as a positive long) of the closing animations for ALL the ExpandableFabs inside of this ExpandableFabLayout. A convenience method so that clients don't have to set the same value for every ExpandableFab within a single ExpandableFabLayout.

Set to 0L if you don't want closing animations for ANY ExpandableFabs within this ExpandableFabLayout.

NOTE: This property will override whatever you set on individual ExpandableFabs. If you only want to change the closing animation duration for a single ExpandableFab, leave this property as null and see ExpandableFab.closingAnimationDurationMs.