Rotation degrees in animation player problem

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Declassified

In my animation, I started in a rotation degrees of 20 and going to -20. The problem is it’s executing a reverse rotation in what I expected, it went to 40 50 60 70 80 instead of 10 0 -10 -20. It’s taking the long rotation than the short… How can I fix this to go to the short one?

Sorry for my explanation…

:bust_in_silhouette: Reply From: dustin

subtract or add 90 degrees to the target rotation. if its still doing that, add 90 or subtract 90 until you have the result you want!