MCPcopy Create free account
hub / github.com/Fiddle-Digital/string-scroll /

Class

src/Animations/StringShowAnimation.ts:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { StringAnimationData } from "./StringAnimationData";
5
6export class StringShowAnimation extends StringAnimation{
7 constructor(){
8 super('data-string', '', '')
9 this.onEnter = (object: StringScrollObject) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected