Hi Dan,
This expression is awesome! I was wondering if we could specify a min and max range for the slider?
For example, if the value entered by the slider is a negative number, the animation will continue normally up until the second keyframe and then the next frame it will snap to the fourth keyframe. If the value entered by the slider is longer than the animation, the third and fourth keyframes will never be reached.
I was thinking something along the lines of
if (holdTime<3);
t=3
else if (holdTIme>28);
t=28
else
But I am obviously missing something.
Any help would be greatly appreciated.
Thanks
Greg