Experimental: this API is experimental and might be changed or removed in the future.

IValueAnimation

interface in UnityEngine.UIElements.Experimental

Switch to Manual

Description

Base interface for transition animations.

Variables

durationMsDuration of the transition in milliseconds.
isRunningTells if the animation is currently active.

Public Functions

RecycleReturns this animation object into its object pool.
StartStarts the animation using this object's values.
StopStops this animation.