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