Winter Cardinal UI - v0.442.0 / DViewTransform
▸ start(target
, x
, y
, scaleX
, scaleY
, duration?
, stop?
): void
Sets to the specified position and scale.
Name | Type | Description |
---|---|---|
target |
DBase <DThemeBase , DBaseOptions <DThemeBase , any >> |
a target |
x |
number |
a local X coordinate positoon |
y |
number |
a local Y coordinate position |
scaleX |
number |
a X coordinate scale |
scaleY |
number |
a Y coordinate scale |
duration? |
number |
an animation duration |
stop? |
boolean |
false to keep a previous animation |
void
src/main/typescript/wcardinal/ui/d-view-transform.ts:20
▸ stop(): void
Stops an animation if exits.
void