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.
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.