Skip to content
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

Loading content and animation #43

Open
ghost opened this issue Feb 26, 2013 · 0 comments
Open

Loading content and animation #43

ghost opened this issue Feb 26, 2013 · 0 comments

Comments

@ghost
Copy link

ghost commented Feb 26, 2013

I observed that the bbq-content is display before all elements are loading. In fact, I think the css pagination is not loaded at the end of the ajax loading.
When the content loaded via ajax appears after loading, the css content is not take in account. So I see the css pagination in action after loading. So my container size, font and background colors (for example) are display after and all the things move.
This is not really clean.

Is there a way to wait that all content and css are loaded before to display it?

I have an other question about the way that the bbq-content is displayed. Is it possible to add an animation insteed of just showing the content suddenly? Like add this kind of animation:

'$( '.bbq-content' ).animate({ height: "100%" },1000);'

I tryed to add this animation but it don't works great....

Sorry for my english, I'm french...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants