I can see that on second section visability is hidden -- where as on 1st one is visibility: visible;
How do I fix this..? BTW my css for visibility: visible; didnt work on second section.
it seems to be working now in my original case. but animation happen on window loading instead of once I actually scroll to that section... Do i have to set that manually with js?
@anetk I can't see your page working you're using a lot of resources that arn't on that page. Can you link me to the site that you're actually using this on?
@anetk please note that by linking to this wow.js project's source code you MUST release your website under the GPL. Please consider switching to the official https://wow.js.org library.
Sure. Ok look at this now - http://codepen.io/netk/pen/pbbZLy - i cleaned it up a bit. You will see that 1st one works great but than on the next scroll not...
Check fullpage.js FAQs. The scroll event isn't propagated by fullpage.js as it doens't really scroll the site. It uses translate3d transformations unless you use scrollBar:true or autoScrolling:false.
I'm using this: http://alvarotrigo.com/fullPage/ and here is my html: `
I can see that on second section visability is hidden -- where as on 1st one is visibility: visible; How do I fix this..? BTW my css for visibility: visible; didnt work on second section.
@anetk do you have a JS fiddle with your code on?
@anetk or just the page where you're using this.
fwi you should use
it seems to be working now in my original case. but animation happen on window loading instead of once I actually scroll to that section... Do i have to set that manually with js?
@anetk I can't see your page working you're using a lot of resources that arn't on that page. Can you link me to the site that you're actually using this on?
@anetk please note that by linking to this wow.js project's source code you MUST release your website under the GPL. Please consider switching to the official https://wow.js.org library.
Sure. Ok look at this now - http://codepen.io/netk/pen/pbbZLy - i cleaned it up a bit. You will see that 1st one works great but than on the next scroll not...
I'm not sure what's going wrong, can you remove all the html unrelated to the error.
See now - http://codepen.io/netk/pen/pbbZLy
Check fullpage.js FAQs. The
scroll
event isn't propagated by fullpage.js as it doens't really scroll the site. It uses translate3d transformations unless you usescrollBar:true
orautoScrolling:false
.Answer in stackoverflow as well.
thanks. I also had issues with huuuge space on one side on the mobile... Is that some common issue? It looks very strange... Thanks