Hey there,
yeah, I didn’t test it. 😯
Here’s the fix, also fixes another bug when you use a really long fadeOut on a short layer.
But make sure that FadeOut+FadeIn length is more than the layerlength!
fi=0; // FadeIn in seconds
fo=1.5; // FadeOut in seconds
i=inPoint; o=outPoint;
(time < i+fi) ? linear(time, i, i+ fi,0,100) : linear(time, o-fo, o,100,00);
BTW: if you see < in the email, that’s supposed to be <