is there a way to further tweak object animations? For instance, I want to show an object by wiping. However, when wiping the borders of the object are faded. Is it possible through JS to set a parameter so that the borders of the object stay ‘sharp’.?
Thanks, Rolf
Please choose an appropriate sub-category to post your question or topic.
The issue is caused by browser limitations. If you have just a few objects, you can try this workaround:
Add a larger, transparent shape (set Opacity to 0) and place it in front of the original object. Then, group them together and apply the Wipe effect to the entire group. wipe effect.approj (280 KB)