Skip to main content
Participant
May 14, 2020
Answered

Looping

  • May 14, 2020
  • 1 reply
  • 34495 views

I'm trying to do a ping pong loop with puppet pins. It does not work! I've tried other types of loops as well, and nothing is working. The loop expression I'm using is loopOut(type = "pingpong", numKeyframes = 0).

 

This topic has been closed for replies.
Correct answer Rick Gerard

Try loopOut("pingpong")

 

You don't need to set the number of keyframes and setting keyframes to zero means there is nothing to loop. You can learn more in the Expression Language Reference by typing loopOut in the Search help field in the top right corner of After Effects. It will take you there in a couple of clicks.

 

1 reply

Rick GerardCommunity ExpertCorrect answer
Community Expert
May 14, 2020

Try loopOut("pingpong")

 

You don't need to set the number of keyframes and setting keyframes to zero means there is nothing to loop. You can learn more in the Expression Language Reference by typing loopOut in the Search help field in the top right corner of After Effects. It will take you there in a couple of clicks.