transitionToX
Description​
Tells the control to move to the given X-position in the given time.
- JavaScript
- C#
- Kotlin
transitionToX(duration: number, x: number): void
void TransitionToX(double duration, double x)
fun transitionToX(duration: Double, x: Double): Unit
Parameter | Summary |
---|---|
durationAll | The milliseconds that should be needed to reach the new X-position |
xAll | The new X-position |