-
Linear Wipe transition values based on size of ‘sourceRectAtTime’ shape
I have a project with a text and auto scaling box that scales based on the text input through the sourceRectAtTime expression. I want the box to wipe on, but the Linear wipe transition wipes according to the whole canvas width and not the actual dynamic size of the element.
One solution to this I can think of is to calculate the wipe transition values (currrently from 0% to 100%) according to the size of the dynamic ‘sourceRectAtTime’ shape. But how do I do this in practice?