-
Scaling “paint stroke width” over the stroke length and time it was written
Hopefully I’m able to make this clear what I’m trying to do. I’ve recorded some writing using paint strokes and my tablet, and have animated them so that they write out words over time. Simple enough.
But here’s where it gets tricky for me (and I’m definitely only a fledgling expression writer.) I want it to be kind of a bleeding effect where the stroke grows in size over time to it’s final normal size. So the stroke grows to its size as it is written, so the start of the stroke starts out skinny and then grows and may have reached its full size, but the end of the stroke is only just starting to grow as it is written.
I tried with expressions, however so far I’m only able to get the whole stroke to scale over time (and ends “bleeding” right at the end of the stroke) using this:
myIdx = thisProperty.propertyGroup(2).propertyIndex;
effect("Paint").stroke(myIdx).strokeOption.end*1.5Can anyone help me write an expression that scales each “point” of the stroke over time?
Thank you so much!