Table of Contents

Constructor SKLottieAnimationLoadedEventArgs

Namespace
SkiaSharp.Extended.UI.Controls
Assembly
SkiaSharp.Extended.UI.dll

SKLottieAnimationLoadedEventArgs(Size, TimeSpan, double)

Initializes a new instance of the SKLottieAnimationLoadedEventArgs class.

public SKLottieAnimationLoadedEventArgs(Size size, TimeSpan duration, double fps)

Parameters

size Size

The natural size of the animation.

duration TimeSpan

The total duration of the animation.

fps double

The frames per second of the animation.