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
How do I prevent a FOUC (flash of unstyled content) on an element which is modified by the plugin?
A div has lots of text, which is "compacted" by the plugin. But before the plugin executes, the full div is shown, and then the user can see it being compacted.
So I added a "max-height" to the div, and then removed it after, but that doesn't work well.
What is the best approach for this sort of problem?
The text was updated successfully, but these errors were encountered:
How do I prevent a FOUC (flash of unstyled content) on an element which is modified by the plugin?
A div has lots of text, which is "compacted" by the plugin. But before the plugin executes, the full div is shown, and then the user can see it being compacted.
So I added a "max-height" to the div, and then removed it after, but that doesn't work well.
What is the best approach for this sort of problem?
The text was updated successfully, but these errors were encountered: