Class AnimationEasing
Defines constants that specifies the built-in animation easing effects available in SfPopupLayout when opening and closing the popup.
Inheritance
System.Object
AnimationEasing
Namespace: Syncfusion.iOS.PopupLayout
Assembly: Syncfusion.SfPopupLayout.iOS.dll
Syntax
public sealed class AnimationEasing : Enum
Fields
Linear
This easing function will use a constant velocity to animate the view and is the default type.
Declaration
public const AnimationEasing Linear
Field Value
Type |
---|
AnimationEasing |
SinIn
This easing function will smoothly accelerate the animation to its final value.
Declaration
public const AnimationEasing SinIn
Field Value
Type |
---|
AnimationEasing |
SinInOut
This easing function will smoothly accelerate the animation at the beginning and then smoothly decelerates the animation at the end.
Declaration
public const AnimationEasing SinInOut
Field Value
Type |
---|
AnimationEasing |
SinOut
This easing function will smoothly decelerate the animation to its final value.
Declaration
public const AnimationEasing SinOut
Field Value
Type |
---|
AnimationEasing |