Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ITransitionAnimations

Provides helper methods to create transition animations for VisualElement style values
Read time 1 minuteLast updated 10 days ago

Definition

public interface ITransitionAnimations

Methods

Method

Description

LayoutTriggers an animation changing this element's layout style values.
PositionTriggers an animation changing this element's transform position.
RotationTriggers an animation changing this element's transform rotation.
ScaleTriggers an animation changing this element's transform scale.
SizeTriggers an animation changing this element's size style values.
StartStarts a transition animation on this VisualElement.
TopLeftTriggers an animation changing this element's positioning style values.