Table of Contents

Constructor SKLottieAnimation

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

SKLottieAnimation()

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

public SKLottieAnimation()

SKLottieAnimation(Animation?)

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

public SKLottieAnimation(Animation? animation)

Parameters

animation Animation

The Skottie animation instance, or null.