Animatable.

DisableTransitions() Method

Summary

Disables transitions for the control.
Namespace
Avalonia.Animation
Containing Type
Animatable

Syntax

protected void DisableTransitions()

Remarks

This method should not be called from user code, it will be called automatically by the framework when a control is added to the visual tree.

Return Value

Type Description
void