CompletionAnimation
public enum CompletionAnimation
Describes the expansion animation completion style.
-
The expansion will completely fill the item.
Declaration
Swift
case fill(FillOptions)
-
The expansion will bounce back from the trigger point and hide the action view, resetting the item.
Declaration
Swift
case bounce