Is There a Way for Me to Use a Timeline’s Update Node in a Framerate-Independent Manner?

Normally you multiply an additive value by delta time to make the value framerate independent.
Sounds like you want to just want to interpolate to a rotation value instead of using additive values per frame.

Delta Time

2 Likes