Class SKLottieAnimationLoadedEventArgs
Event arguments for when a Lottie animation has been successfully loaded.
public class SKLottieAnimationLoadedEventArgs : EventArgs
- Inheritance
-
SKLottieAnimationLoadedEventArgs
- Inherited Members
Constructors
- SKLottieAnimationLoadedEventArgs(Size, TimeSpan, double)
Initializes a new instance of the SKLottieAnimationLoadedEventArgs class.
Properties
- Duration
Gets the total duration of the animation.
- Fps
Gets the frames per second of the animation.
- Size
Gets the natural size of the animation.