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