Share via


UIViewAnimatingState Enum

Definition

Enumerates animation states.

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

Fields

Name Value Description
Inactive 0

Animations have not yet started.

Active 1

Animations are either running or paused.

Stopped 2

The animation is stopped and cannot be resume.

Applies to