Api Sandbox UI TransitionList
class

TransitionList

public class TransitionList

A list of CSS properties that should transition when changed. Utility to create a transition by comparing the panel style before and after the scope.

Constructors

TransitionList()

Methods

Void Clear()

Clear the list of CSS transitions.

Fields

Name Type Description
List List<TransitionDesc> The actual list of CSS properties that should be transitioned.
Assembly: Sandbox.Engine Namespace: Sandbox.UI Full Name: Sandbox.UI.TransitionList