Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Preloader /activity indicator for page loading

is there something built into Vanilla like a spinner etc.?
0
Comments
what pages do you have that are taking that long to load?
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
Well, on mobile there is a silly little graphic that renders in place of a clicked request like "More Comments" while the jquery request is taking place... i think i should replace it with a jiggly boob gif or something.
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
@hbf,
all pages when coming from a mobile device- be nice to see an activity indicator/spinner-
You can create a spinner using the
TinyProgress
class on an empty span element. Or, if you want a bigger image, use classProgress
.Using these classes will allow your spinners to be customized via a theme.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
@hgtonight;
is there a generic page to implement the styled empty span?
so when I log in from a mobile device it loads /hides when page is ready?
that is all you need
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.