Button
Undocumented
-
the stock animation that should be applied to the button upon press
Declaration
Swift
open var animation: StockAnimation = .expand(.slightly)
-
the style of animation that should be used when animating the button
Declaration
Swift
open var animationType: Animation = StandardAnimation(duration: 0.2)
-
Undocumented