Class TransitionComponents
Definition
- Assembly:
- Tizen.NUI.dll
Parts of the transition that can be configured to provide a custom effect.
public class TransitionComponents
- Inheritance
-
objectTransition
Components
Constructors
View SourceTransitionComponents()
TransitionComponents default constructor.
Declaration
public TransitionComponents()
TransitionComponents(int, int, AlphaFunction)
TransitionComponents constructor. Stores delay, duration and AlphaFunction.
Declaration
public TransitionComponents(int delay, int duration, AlphaFunction alphaFunction)
Parameters
Type | Name | Description |
---|---|---|
int | delay | The delay before the animator starts. |
int | duration | the duration of the animator. |
Alpha |
alphaFunction | alpha function to use . |
Fields
View SourceAlphaFunction
Get, Set the function to alter the transition path over time.
Declaration
public AlphaFunction AlphaFunction
Field Value
Type | Description |
---|---|
Alpha |
Delay
Get, Set the delay before the transition executes. Milliseconds.
Declaration
public int Delay
Field Value
Type | Description |
---|---|
int |
Duration
Get, Set the time transition should execute for . Milliseconds.
Declaration
public int Duration
Field Value
Type | Description |
---|---|
int |