Replies: 4 comments
-
You can have something like |
Beta Was this translation helpful? Give feedback.
-
The above works, but having a loading bar likely is a major UX issue... |
Beta Was this translation helpful? Give feedback.
-
Have an I.m.h.o. |
Beta Was this translation helpful? Give feedback.
-
Or flip the logic for that one .loading-bar {
display: none;
&[x-cloak] {
display: block;
}
} |
Beta Was this translation helpful? Give feedback.
-
Hello! Is there a way to reverse the x-cloak process? I'm attempting to conceal the loading bar once x-cloak finishes. If there's an option to reverse it, I'd be interested in implementing that.
Beta Was this translation helpful? Give feedback.
All reactions