We can use tweens (interpolations between two states) to get animations in our three.js scene! This video is a short tutorial and provides some examples as a motivation.
Stackblitz Livedemo: https://stackblitz.com/github/tamani-coding/threejs-tweenjs-examples
Github: https://github.com/tamani-coding/threejs-tweenjs-examples
(
00:00) - Intro
(
00:32) - Base Setup
(
01:27) - Create and Start a Tween
(
05:26) - Easing
(
08:08) - Chain Tweens
(
10:34) - Extend the Interpolation
(
12:01) - Some more Tweening Examples
(
12:42) - Outro