-
The path to the Lottie animation.
Declaration
Swift
public let path: String?
-
The size of the animation.
Declaration
Swift
public let size: CGSize
-
The type of asset (
.animation
).Declaration
Swift
public let type: AssetType
-
Returns a new AnimationAsset
Declaration
Swift
public init(path: String?, size: CGSize)