How to use tweenjs in angular4/Ionic3 (urgent! Wait on the line! )

smooth animation can be achieved normally using the following code in js.

animate () {
requestAnimationFrame (animate);
TWEEN.update ();
}
animate ();

use Times error in angular as follows:

animate () {
this.animate = this.animate.bind (this);
requestAnimationFrame (this.animate);
TWEEN.update ();
}

ngOnInit () {
this.animate ();
}

error:

ask the gods how to use tween smoothing effect in angular?

May.22,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b0b9-2c244.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b0b9-2c244.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?