Animating rotation (DEF-1636) (SOLVED)

Easiest is probably to use the often forgotten property euler.

EDIT: The scale issue you see comes from the quaternion not being normalised when you only set the z. The squish-effect you see when animating the entire quaternion in some instances comes from something similar, a non-normalised lerp performed by the go.animate-system.

2 Likes