if (
      this.active && this.content.y + this.content.height > this.y + this.height &&
      !this.scrollTween || (this.scrollTween && this.scrollTween.progress === 1)
    ) {
      this.scrollTween = this.scene.add.tween({