Animation
Last updated
Last updated
Inheritance: AvaloniaObject AvaloniaUI documentation: Animation API
Constructors | Description |
---|---|
Properties | Description |
---|---|
Animation(duration: TimeSpan)
Creates a Animation widget with the specified duration and keyframes.
Animation()
Creates a Animation widget with keyframes.
repeatForever(this: WidgetBuilder<'msg, #IFabAnimation>)
Sets the IterationCount property to Infinite
repeatCount(value: int)
Sets the IterationCount property to the specified value
playbackDirection(value: PlaybackDirection)
Sets the PlaybackDirection property
fillMode(value: FillMode)
Sets the FillMode property
easing(value: Easing)
Sets the Easing property
delay(value: TimeSpan)
Sets the Delay property
delayBetweenIterations(value: TimeSpan)
Sets the DelayBetweenIterations property
speedRatio(value: float)
Sets the SpeedRatio property
reference(value: ViewRef)
Link a ViewRef to access the direct Animation control instance