-
Ae wiggle expression jumps after start from specific time.
Hello there, I have added following code to my shape layer.
This layer is animated in first 2 seconds.So I wanted to it to wiggle after a certain time.
Thanks to CC, I have founded the codes that work.But when switching animation from key frames to wiggle there is a jump.
wiggle start with separate value.How to make this transition smooth?
Your help will be highly appreciated!
timeToStart = 3;
if (time > timeToStart)
{
w = wiggle(1.5,30);
[w[0],value[1]]
}
else
{
value;
}