support
support copied to clipboard
Animations triggered at render time always run when outside the examples environment.
Here https://bryntum.com/products/calendar/docs/api/Calendar/widget/MonthView
We only don't see these visual glitches during bugbashes because we have several "cheat codes" in shared.js which makes our examples look good, but leaves customer apps open to visual glitches on startup.
shared.js sets <body> to visibility:hidden to hide any startup visuals. I suggest we remove that and deal with any visual glitches.
shared.js adds b-notransition to <body> and has an !important rule in shared.scss to disable any startup animations. I suggest we remove that and deal with any visual glitches.
For a start in Widget.js: