Table of Contents

Property AnimationSpeed

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

AnimationSpeed

Gets or sets the animation playback speed multiplier. Default is 1.0 (normal speed). Values greater than 1.0 speed up the animation, values between 0 and 1.0 slow it down. Use 0 to pause the animation. Negative values reverse the playback direction.

public double AnimationSpeed { get; set; }

Property Value

double