Table of Contents

Struct SKLottieRepeat

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

Describes how a Lottie animation repeats. Use the static factory members Never, Restart(int), and Reverse(int) to create instances.

public readonly struct SKLottieRepeat : IEquatable<SKLottieRepeat>
Implements
Inherited Members

Properties

Count

Gets the number of additional plays after the first. -1 means infinite. Returns 0 for Never.

IsRepeating

Gets whether the animation repeats at all.

IsRestartRepeating

Gets whether the animation repeats by restarting from the beginning.

IsReverseRepeating

Gets whether the animation repeats by reversing direction (ping-pong).

Never

The animation plays once without repeating.

Methods

Equals(SKLottieRepeat)
Equals(object?)
GetHashCode()
Restart(int)

The animation repeats by restarting from the beginning.

Reverse(int)

The animation repeats by reversing direction (ping-pong).

Operators

operator ==(SKLottieRepeat, SKLottieRepeat)
operator !=(SKLottieRepeat, SKLottieRepeat)