AnimationMaker
public final class AnimationMaker
An object that can be used to set up animation’s type.
-
An object that describes position animation on X and Y axes.
Declaration
Swift
public var motion: AnimationMakerAnimatable { get }
-
An object that describes position animation on axis passed as argument.
Declaration
Swift
public func motion(_ motionType: MotionType) -> AnimationMakerAnimatable
-
An object that describes scale animation in width and height.
Declaration
Swift
public var scaling: AnimationMakerAnimatable { get }
-
An object that describes scale animation on dimension passed as argument.
Declaration
Swift
public func scaling(_ scaleType: ScaleType) -> AnimationMakerAnimatable
-
An object that describes transparency animation.
Declaration
Swift
public var opacity: AnimationMakerAnimatable { get }
-
An object that describes rotating animation/
Declaration
Swift
public var rotation: AnimationMakerAnimatable { get }