-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make elements hidden during the loading stage #2
Comments
This is a point I would like the users to manage: The Plugin will do that too, but not before the window.load event fires, which can take (depending of the page content) a few seconds. |
Fair enough. Yeah, I agree on that. |
its not working on me , where exactly i should put "overflow:hidden" |
Nevermind i found a solution guys. (With Jquery) use this code .nameofclass $(document).ready(function () { ".nameofclass" give this class to make slider elements invisible before plugin loads. After everything loaded succesfully jquery code will make your elements visible. Not perfect but working :) |
Hi Mario,
Why are all the elements visible outside of slider during the loading stage?
Is there a way to keep them hidden? Because for slow internet speed, the loading process may take a while and seeing all the elements on that way, may got the user confused. It looks like something went wrong. Even for users on high speed internet, you still can see the elements for a few seconds, which IMO it doesn't look nice.
Any thoughts?
Cheers
The text was updated successfully, but these errors were encountered: