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.

C#
Copy
public class TransitionComponents
Inheritance
System.Object
TransitionComponents

Constructors

View Source

TransitionComponents()

TransitionComponents default constructor.

Declaration
C#
Copy
public TransitionComponents()
API Level: 6
View Source

TransitionComponents(Int32, Int32, AlphaFunction)

TransitionComponents constructor. Stores delay, duration and AlphaFunction.

Declaration
C#
Copy
public TransitionComponents(int delay, int duration, AlphaFunction alphaFunction)
Parameters
Type Name Description
System.Int32 delay

The delay before the animator starts.

System.Int32 duration

the duration of the animator.

AlphaFunction alphaFunction

alpha function to use .

API Level: 6

Fields

View Source

AlphaFunction

Get, Set the function to alter the transition path over time.

Declaration
C#
Copy
public AlphaFunction AlphaFunction
Field Value
Type Description
AlphaFunction
API Level: 6
View Source

Delay

Get, Set the delay before the transition executes. Milliseconds.

Declaration
C#
Copy
public int Delay
Field Value
Type Description
System.Int32
API Level: 6
View Source

Duration

Get, Set the time transition should execute for . Milliseconds.

Declaration
C#
Copy
public int Duration
Field Value
Type Description
System.Int32
API Level: 6