MCPcopy
hub / github.com/palantir/blueprint / Ticker

Class Ticker

packages/landing-app/src/logo.ts:630–637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628}
629
630export class Ticker implements ITickable {
631 public constructor(private callback: IRenderCallback) {}
632
633 public tick(_elapsed: number) {
634 this.callback();
635 return true;
636 }
637}
638
639export class Animator {
640 private tickables: ITickable[] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected