Share via


SKActionTimingMode Enum

Definition

An enumeration whose values specify the time-varying behavior of a SKAction. Used with TimingMode.

[ObjCRuntime.Native]
public enum SKActionTimingMode
[<ObjCRuntime.Native>]
type SKActionTimingMode = 
Inheritance
SKActionTimingMode
Attributes

Fields

Name Value Description
Linear 0

Render the animation with no easing.

EaseIn 1

Ease the animation in.

EaseOut 2

Ease the animation out.

EaseInEaseOut 3

Ease the animation in and out.

Applies to