SKActionTimingMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration whose values specify the time-varying behavior of a SKAction. Used with TimingMode.
public enum SKActionTimingMode
type SKActionTimingMode =
- Inheritance
-
SKActionTimingMode
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. |