blivesta / animsition

A simple and easy jQuery plugin for CSS animated page transitions.
http://git.blivesta.com/animsition
MIT License
3.83k stars 783 forks source link

Waiting for Firestore data loaded #161

Closed waldette2 closed 4 years ago

waldette2 commented 4 years ago

Hi, i have a very hard problem to solve.

I have a website with firestore content loaded when page onLoad. The problem is that animsition doesn't wait for them and the overload out before web content writed in my tables and when overlay is hided then content show. (SORRY MY ENGLISH)

There are any method for say to animsition to wait for firestore ends?

I try to put some countdown with timeout: true, timeoutCountdown: 800

but nothing happend. I think its possible because another functions block it...

Can u say to animsition wait for firestore?

waldette2 commented 4 years ago

Ok, nothing then, I solved it doing my request to BD in another method...