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

The "is-exiting" issue #190

Closed
buditanrim opened this issue Jul 1, 2015 · 2 comments
Closed

The "is-exiting" issue #190

buditanrim opened this issue Jul 1, 2015 · 2 comments
Labels

Comments

@buditanrim
Copy link

Hello. I know some people have been posted this problem,
I've been looking around for 5 days and tried anything, doesn't seem anything works, maybe I'm stupid.

My condition:
running on server, not local, I realized running it on local will make it worse.
First time load page: Animation success! All good, fadein blablabla.
moving to other page, is-exiting trigger the reverse, which is great (after 3 days figuring it out)
now, the other page loaded, the page blank because is-exiting is there.

my console showing this:

image

Whenever I click to other page, the "is-exiting" always there..

image

my js is:

image

my html:
image

CSS is the same as the demo page.

can someone help me?

@shaneparsons
Copy link

You don't have a closing div tag for your <div id="main" class="m-scene"> which should go after your <footer></footer> in this case.

PS. this question would have been better off posted on stackoverflow.

@buditanrim
Copy link
Author

@shaneparsons Hi, no the html structure above is actually just a dummy and I forget that closing div. However that's not the case

I already solve my issue, just want to share it here
There is few things for anyone to pay attention, such as following:

  • the onEnd on the demo is deprecated, change it to onReady/onAfter (this solve one problem)
  • don't try it on local development, upload it to server and try it instead.
  • somehow put the file before closing is better instead of on the top (head area).

Thanks, I posted on stackoverflow, no one answer it for a week and I see a lot of questions related on stackoverflow been abandoned, so I noticed that and posted it here.

Thanks tho, this is works perfectly for me

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

No branches or pull requests

3 participants