Note
The ripple transition allocates a fair amount of memory the first time it is run (about 0.5 to 4MB, depending on options),
Complete the numerical calculation to execute the transition smoothly and store it in its memory.
This may take some time (about 0.01 to 0.5 seconds).
If the size of the image to be transitioned, centerx, centery, rwidth, roundness, and maxdrift, are all the same, the information from the previous numerical calculation is reused. The results of numerical calculations for the last four conditions are retained (cached).
When a numerical calculation is requested for new conditions beyond that, the oldest information is deleted.
Based on these, if you use this transition often, you can execute the transition once with a dummy before execution to avoid the subsequent numerical calculations.