-
Another post on sliders and wiggle expression – time offset / freeze?
I’m trying to “freeze time” in my wiggle expression with a slider.
I’m currently using a control layer with two sliders for numerous layers with the wiggle expression.
Two sliders, One for speed, and one for scale.
Each layer has the expression posted below for position:If I animate the “speed” to 0, I get the wiggle expression to stop, which what I want, but the 0 value in my “speed slider” is a specific position for all my layers. This creates two challenges:
1) I want different freeze positions for my “wiggle layers”
2) I want to eliminate the “reverse appearing” movement to reach 0 speed from my current speed.What I’m trying to do is slow down and stop the wiggle movement at different times, which would give me different arrangements.
I’m thinking this would be some kind of time offset/freeze expression.
Thoughts?
Thanks
-Bpos=wiggle(thisComp.layer("Control").effect("speed")("Slider"),thisComp.layer("Control").effect("scale")("Slider"));
[pos[0],pos[1],pos[2]]