Version: 2019.3
LanguageEnglish
  • C#
Experimental: this API is experimental and might be changed or removed in the future.

ITransitionAnimations

interface in UnityEngine.UIElements.Experimental

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Provides helper methods to create transition animations for VisualElement style values

Public Methods

LayoutTriggers an animation changing this element's layout style values. See Also: IStyle.top, IStyle.left, IStyle.width, IStyle.height.
PositionTriggers an animation changing this element's transform position. See Also: ITransform.position.
RotationTriggers an animation changing this element's transform rotation. See Also: ITransform.rotation.
ScaleTriggers an animation changing this element's transform scale. See Also: ITransform.scale.
SizeTriggers an animation changing this element's size style values. See Also: IStyle.width, IStyle.height.
StartStarts a transition animation on this VisualElement.
TopLeftTriggers an animation changing this element's positioning style values. See Also: IStyle.top, IStyle.left.