Contents

isRemovedOnCompletion

Determines if the animation is removed from the target layer’s animations upon completion.

Declaration

var isRemovedOnCompletion: Bool { get set }

Discussion

When true, the animation is removed from the target layer’s animations once its active duration has passed. Defaults to true.

See Also

Animation Attributes