Question
Delaying animation with expression controls instead of keyframes
Hello,
To get a slight delay in my animation on each duplicated groups, i made this simple expression on a trim path :
i=(thisProperty.propertyGroup(2).propertyGroup(1).propertyIndex)-1;
value + valueAtTime(time+i/10)
But i just want only one set of keyframes to control every groups.
if i replace the "value" by a slider control for example, the delay no longer works. I don't know why.
Any idea? Thanks
