UNPKG

@zxh19890103/wik

Version:

The world-class JavaScript library for building large-scale digital warehouse both on 2D and 3D.

15 lines (14 loc) 462 B
import { WikAnimation } from './Animation.class'; import { ReactiveLayerWithAnimate } from './WithAnimate'; /** * 旋转90度一般3.5s */ export declare class RotationAnimation extends WikAnimation<ReactiveLayerWithAnimate> { readonly value: number; private linear; constructor(m: ReactiveLayerWithAnimate, deg: number); start(t: number): void; run(elapse: number, dt: number, t: number): void; calcDur(): number; final(): void; }