I have a timeline scheduler as a separate Polymer component. The dhtmlxscheduler_flat.css reference is at top of the template markup. The whole timeline scheduler initialization happens inside ‘attached’ event of Polymer component.
When I load the page, I see that scheduler is blinking with unloaded styles (as you’re missing css reference) and in a half of the second all css are fully loaded and applied. I would like to show spinner instead of un-styled, and once css are applied, show scheduler. Which scheduler events can I use for that?