At the end of my animation, the animation pauses a bit then loops again, how can I stop the slow pause, and let the loop work fluently?
2 Answers
One common mistake with looping animation is to have the first and last frames share the same values. You want the frame after the last to be the same as the first.
Another cause for pauses in looping animation is to have bezier curves to ease in and out of the first/last frames. Using linear interpolation gives you a constant speed that matches the surrounding frames. Select the keys in the graph editor or dope sheet and press T to change the type.
Two cubes with the same rotation values keyed on the same frames, the red one uses linear interpolation while the blue one uses bezier.

- $\begingroup$ an example blend file from the cubes animations will be great for beginners. $\endgroup$Hammerh5– Hammerh52019-09-12 15:04:43 +00:00Commented Sep 12, 2019 at 15:04
- $\begingroup$ @Hammerh5 there you go $\endgroup$sambler– sambler2019-09-14 09:20:06 +00:00Commented Sep 14, 2019 at 9:20
You could either edit your action in the Dope Sheet / Action Editor:
Say you want to have a 100 frames long animation but the last keyframe is located at frame 75

Then you would have a noticeable pause.
You could select the last keyframes RMB and move it to G frame 100.

Or if you don't want to stretch the animations duration you should set the actual end frame (in my example 75) in the Actuator

- $\begingroup$ No, you don't see what I mean. I have the last frame at 100(example), and the animation ends at 100. When I loop the animation it kinda pauses at the end. It doesn't matter, @sambler answered it perfectly. $\endgroup$blackhole– blackhole2014-04-23 20:10:44 +00:00Commented Apr 23, 2014 at 20:10
- 1$\begingroup$ @BlenderDev If you only could spend a few more words when asking... $\endgroup$stacker– stacker2014-04-23 20:31:37 +00:00Commented Apr 23, 2014 at 20:31
- $\begingroup$ I understand but I already got my answer. Thanks for answering though. Thanks in advance! $\endgroup$blackhole– blackhole2014-04-24 21:40:23 +00:00Commented Apr 24, 2014 at 21:40

