I need my animation to zoom from 1 point to the next without decelerating. Currently, it decelerates when it gets to within the last second of the end point. How can I fix this?
Thanks!
Remove deceleration with camera zoom (resolved)
Moderators: Víctor Paredes, Belgarath, slowtiger
Remove deceleration with camera zoom (resolved)
Last edited by reneuend on Tue Dec 30, 2014 5:33 am, edited 2 times in total.
- synthsin75
- Posts: 10256
- Joined: Mon Jan 14, 2008 11:20 pm
- Location: Oklahoma
- Contact:
Re: Remove deceleration with camera zoom
Change the keyframe interpolation to linear.
- Wes
Donations: https://www.paypal.com/paypalme/synthsin75 (Thx, everyone.)
https://www.youtube.com/user/synthsin75
Scripting reference: https://mohoscripting.com/
Donations: https://www.paypal.com/paypalme/synthsin75 (Thx, everyone.)
https://www.youtube.com/user/synthsin75
Scripting reference: https://mohoscripting.com/
Re: Remove deceleration with camera zoom
Thank you, Synthsin75. I appreciate your quick answer.