Skip to main content
Llegato D.
Participating Frequently
October 4, 2023
Question

"Time Machine" effect using loopOut(cycle)

  • October 4, 2023
  • 1 reply
  • 313 views

Hello All,
Due to me being a novice to not onle expression writing but After Effects in general, I will do my best to clearly state my issue.
I've attached a video so you can see the concept of the "Time Machine" effect. It was painstakingly made in PowerPower.

I'm sure you Big Brains can come up with a much eaiser way to accomplish my goal. I'm oopen to any suggestions. Lets begin...

My objectives:

  • Use Slider Controller to increase the number.
  • Use the effect Animation Preset "Transition - Movement > Slide - Drop" to bring the text into position.
  • Use the expression "loopOut(cycle)" --or a variation of that expression-- to repeat the animation.
  • Have the duration(or the frequency or amp) of the animation linked to the Slider Controller. The animation should repeat every time the number increases.

 

I thank you for your time and assistance!

 

 

This topic has been closed for replies.

1 reply

Mylenium
Legend
October 5, 2023

You still need a bunch of layers and it seems to me that's the point where you're going wrong. You seem to assume that all this could be done in a single layer, which isn't the case. You need at least five or however many layers are visible at any given time and stagger out their drop-in animation, then loop that part while having the values tied to a single slider with extra increments per layer. If you want to control the speed with a slider, you'll need time-remapping or valueAtTime(), though. That's more complicated.

 

Mylenium

Llegato D.
Participating Frequently
October 5, 2023

I'm fine with complicated on the front end. I just need it to but as easy to change as possible for those that didn't create the template.

So what it sounds like you are saying is, have more than one layer dropping in on a delay of some amount of frames to get the wanted effect.
Is that correct?