Contents

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.

See Also

Related Documentation

Configuring a dynamic behavior