(scroll: number)
| 282 | } |
| 283 | |
| 284 | public scrollTo(scroll: number) { |
| 285 | this.sEn.data.t = scroll |
| 286 | } |
| 287 | public on(key: "scroll" | "progress" | "intersection" | "lerp", event: any, id: string = "") { |
| 288 | let object = this.getObject(id) |
| 289 | switch (key) { |
no outgoing calls
no test coverage detected