Hello
We have asp web project (web forms) that has animation built by vendor - script that we run on load. Once I added the redrawing of the animation every 20 seconds - looks like the process of drawing is slowing down after a while and gets more jerky. Is there any methods that could reset/refresh canvas? This animation consists of 2 scripts (js) and has 3 parts animation that run one after another (draws images), so it might accumulate the delays... I do see the "wait" commands in that script. We don't have an option to contact the vendor who wrote it, trying to see if there are any suggestions to restart/refresh it. Thank you!