Table of Contents

Class SKLottieAnimation

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

Wraps a loaded Skottie animation instance.

public class SKLottieAnimation
Inheritance
SKLottieAnimation
Inherited Members

Constructors

SKLottieAnimation()

Initializes a new instance of the SKLottieAnimation class with no animation loaded.

SKLottieAnimation(Animation?)

Initializes a new instance of the SKLottieAnimation class with the specified animation.

Properties

Animation

Gets the underlying Skottie animation instance, or null if not loaded.

IsLoaded

Gets a value indicating whether the animation is loaded.