You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some animations cause some type of infinite loop that crashes the browser. Here is an example of a JSON animation export that, by itself works fine, but crashes when adding multiple in the same page.
That seemed to work, but it wasn't the file size as much as the complexity of the animation.
The animation was creating a series of rectangles to animate a progress bar instead of using an effect. I changed the animation to use a trim path instead of creating those rectangles.
Thank you for your response, it pointed me in the right direction.
--
This is the one that worked, using a wipe effect:
This is the one that did not work, using a repeater:
Some animations cause some type of infinite loop that crashes the browser. Here is an example of a JSON animation export that, by itself works fine, but crashes when adding multiple in the same page.
The text was updated successfully, but these errors were encountered: