Top "Tween.js" questions

TweenJS is a simple tweening library for use in Javascript.

Three.js tween camera.lookat

I'm attempting to tween the camera.lookAt in Three.js using Tween.js with little success. This works selectedHotspot = object; …

javascript three.js tween.js
How to detect Tween.js animation finished?

I am using this code to animate camera in scene using tween.js Does there a exists any done or …

javascript animation three.js tween.js
Using three.js and tween.js to rotate object in 90 degree increments to create a 360 loop

I have a working animation, just not the way I would like. I would like the object to rotate 90 degrees …

javascript rotation three.js tween.js