startTransition
Starts a transition for the object.
Syntax
object.startTransition(transition);
Parameters
Name | Type | Description |
---|---|---|
transition | ObjectTransition | The transition to be applied to the object. |
Example
object.startTransition({
from: [0, 5, 10],
to: [0, 5, 15],
duration: 500,
});
Available on: Client Server