Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor(...args) {
super(...args)
// Create root runner for all this object's animation and transition tweens
this.animation$runner = new Runner()
this.animation$runner.onTick = () => {
this.afterUpdate()
this.notifyWorld('needsRender')
}
}