UNPKG

@tolokoban/tgd

Version:

ToloGameDev library for WebGL2

11 lines 369 B
import { TgdAnimation } from "../../types/animation"; /** * Create an animation which is the chain of `animations`. */ export declare function tgdAnimChain(animations: TgdAnimation[], options?: Partial<{ delay: number; repeat: number; easingFunction(this: void, x: number): number; onEnd(): void; }>): TgdAnimation; //# sourceMappingURL=chain.d.ts.map