Share via


UIViewAnimationCurve Enum

Definition

An enumeration of animation curve styles.

[ObjCRuntime.Native]
public enum UIViewAnimationCurve
[<ObjCRuntime.Native>]
type UIViewAnimationCurve = 
Inheritance
UIViewAnimationCurve
Attributes

Fields

Name Value Description
EaseInOut 0

The animatione begins and ends slowly. This is the default for most animations.

EaseIn 1

Causes the animation to begin slowly and speed up as it progresses.

EaseOut 2

Causes the animation to begin quickly and slow down as it progresses.

Linear 3

Causes the animation to proceed evenly.

Applies to