How could I keep this looping seamlessly?

Thanks for the tutorial fellow Jonathan! Solid first name you got there. I've got one question: How could I loop something like this seamlessly? I'd like to create a continuous animation that will work in gif form, so that when the gif restarts, there is no interruption. I'm not sure if I'm being boneheaded here and this was already mentioned in the review but for now, while it works continously just fine, as soon as the animation restarts there is a visible disconnect - of course, because the starting values don't necessarily match where ever the animation is at the moment, I understand that. Would I go for another method entirely here or is there something I can adjust to get this working?

Thanks!

Jonathan

  • Jonathan Lampel replied

    Hey Jonathan! It depends on what you're animating, but this would definitely be the method that I'd try first. Is it just a small jump? If so, it's probably because the first frame is the same as the last so you'll just need to go one frame less. 

    If you get stuck, I'd encourage you to post an example of what you're trying to go for in the Community, where everyone can chime in.