8
$\begingroup$

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?

$\endgroup$

2 Answers 2

14
$\begingroup$

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.

enter image description here

Two cubes with the same rotation values keyed on the same frames, the red one uses linear interpolation while the blue one uses bezier.

enter image description here

$\endgroup$
2
  • $\begingroup$ an example blend file from the cubes animations will be great for beginners. $\endgroup$ Commented Sep 12, 2019 at 15:04
  • $\begingroup$ @Hammerh5 there you go $\endgroup$ Commented Sep 14, 2019 at 9:20
3
$\begingroup$

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

enter image description here

Then you would have a noticeable pause.

You could select the last keyframes RMB and move it to G frame 100.

enter image description here

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

enter image description here

$\endgroup$
3
  • $\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$ Commented Apr 23, 2014 at 20:10
  • 1
    $\begingroup$ @BlenderDev If you only could spend a few more words when asking... $\endgroup$ Commented Apr 23, 2014 at 20:31
  • $\begingroup$ I understand but I already got my answer. Thanks for answering though. Thanks in advance! $\endgroup$ Commented Apr 24, 2014 at 21:40

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.