Page 1 of 1

How to animate a rotating tyre at a constant speed

Posted: Wed Nov 02, 2011 12:31 pm
by qbfiji
Hi guys,
I'm trying to rotate tyres on a car and put it on a cycle but every time it reaches past half way of the cycle it begins to slow down. When it begins the cycle again it speeds up. How can I animate the tyre so that it is rotating at a constant speed. Am new to AS so I appreciate any help you can offer. Thanks!

Posted: Wed Nov 02, 2011 12:33 pm
by slowtiger
- key at start position, interpolation set to "linear"
- go to end frame
- rotate full 360°, create key
- go back one frame, make key
- erase next key
- set last key to "cycle"

Posted: Wed Nov 02, 2011 9:49 pm
by qbfiji
Thank you very much! It worked great!

:)