action
The block you want to execute during dynamic animation.
Declaration
var action: (() -> Void)? { get set }Discussion
The dynamic animator calls the action block on every animation step.
The block you want to execute during dynamic animation.
var action: (() -> Void)? { get set }The dynamic animator calls the action block on every animation step.