Winter Cardinal UI - v0.442.0 / DViewTransform

Interface: DViewTransform

Implemented by

Table of contents

Methods

Methods

start

start(target, x, y, scaleX, scaleY, duration?, stop?): void

Sets to the specified position and scale.

Parameters

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

Returns

void

Defined in

src/main/typescript/wcardinal/ui/d-view-transform.ts:20


stop

stop(): void

Stops an animation if exits.

Returns

void

Defined in

src/main/typescript/wcardinal/ui/d-view-transform.ts:33