InterfaceIInOutAnimation
Interface
Specifies that an animation has in and out modes. For example an animation can be different depending whether the user is navigating to some page or from some page. The new page is animated with an "in" animation while the old page is animated with an "out" animation.
Definition
Namespace:Telerik.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public interface IInOutAnimation
Derived Classes:
Properties
InOutAnimationMode
Gets or sets a value which indicates if an animation supports in and out modes.
Declaration
cs-api-definition
InOutAnimationMode InOutAnimationMode { get; set; }
Property Value