Class ScaleTransition
Definition
- Assembly:
- Tizen.NUI.dll
ScaleTransition provides smoothly appearing/disappearing scale effects for target View. If this transition is for appearing, the View comes out with the scale factor applied and will be animated to its original scale. If this transition is for disappearing, the View starts at its original size and will finally become scaled by scale factor and vanishes.
public class ScaleTransition : TransitionBase, IDisposable
- Inheritance
- Implements
-
System.IDisposable
Constructors
View SourceScaleTransition()
Create a ScaleTransition.
Declaration
public ScaleTransition()
Properties
View SourceScaleFactor
Set/get Scale factor for this scale transition. If AppearingTransition, transition starts from scaled by the ScaleFactor and is animated to the original size. And if DisappearingTransition, transition is finished to the scaled state by the ScaleFactor.
Default ScaleFactor is Vector2(0.0f, 0.0f).
Declaration
public Vector2 ScaleFactor { get; set; }
Property Value
Type | Description |
---|---|
Vector2 |
Implements
System.IDisposable