MotionType
public enum MotionType
Defines direction for motion animation
-
Indicates that motion animation would change position’s Y coordinate
Declaration
Swift
case vertical
-
Indicates that motion animation would change position’s X coordinate
Declaration
Swift
case horizontal