scrollxp icon indicating copy to clipboard operation
scrollxp copied to clipboard

Improve first load documentation

Open thiagorossener opened this issue 4 years ago • 0 comments

Add into the documentation how to avoid blinking components when JS is still loading.

Basically, we need to guarantee the components are invisible until the library is about to initialize.

A .is-loading [data-animate] { visibility: hidden; } should sort it out.

thiagorossener avatar May 20 '20 15:05 thiagorossener