MCPcopy
hub / github.com/jcubic/jquery.terminal / Animation

Interface Animation

js/jquery.terminal.d.ts:471–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469 }
470
471 interface Animation {
472 new(fps?: null | number, renderer?: Renderer): Animation;
473 start(term: JQueryTerminal): void;
474 stop(): void;
475 render(term: JQueryTerminal): string[];
476 mount(): void;
477 unmount(): void;
478 }
479
480 interface FramesAnimation extends Animation {
481 new(frames: string[][], fps?: null | number, renderer?: Renderer): FramesAnimation;

Callers 8

MFunction · 0.65
preprocess_valueFunction · 0.65
preprocess_valueFunction · 0.65
hFunction · 0.65
aeFunction · 0.65
limit_linesFunction · 0.65
limit_linesFunction · 0.65

Implementers 1

Animationjs/animation.js

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…