I am using layout.progressShow(), to show a loading indicator in the gantt chart. I have 1 cell in the layout that contains the gantt chart. During api call until the gantt parsing, the layout.progressShow() is called. I then hide it using layout.progressHide() after everything. Now, the problem is the progress indicator animation is not working during the gantt parsing when the browser zoom is 100%. But when I set the browser zoom level to 80%, during gantt parsing the animation is working but the speed of the rotation/animation is slowed.
Hello @kvcardosa,
I tried to reproduce the described issue, but progress animation works as expected on browser zoom 100%, here is a demo I tried:
https://snippet.dhtmlx.com/srn94p4k
And here is a screencast:
Likely the issue is connected with something in your code or with specific browser/OS/browser version, but I can’t provide any direct suggestions without more details.
Could you please reproduce the issue in the demo above(open the demo => reproduce the issue => click the “Save” button => send me the new link), or provide a detailed instruction on how to reproduce it on my end.
Also, it may be helpful if you provide info about OS/Browser where the issue appears.
Kind regards,