aentan / Parallax-Scroll

MIT License
85 stars 39 forks source link

Why anchormenu doesn't scroll smooth? #5

Open musicjunk opened 7 years ago

musicjunk commented 7 years ago

Hi Aen, thank you for this great plugin. I've problems with any kind of anchormenu. I tried some plugins and just code from snippets. It jumps to the anchor without smooth scroll. So I think this is caused of the CSS. Can thios be fixed somehow?

aentan commented 7 years ago

What's anchormenu?

musicjunk commented 7 years ago

Hello Aen, anchormenu is a menu to anchors not pages, used on OnePage websites. Maybe this word is not used for that. Is there a way to set the height of the images individually or general? I whant reduce the visable height of sveral images in placed in the "bg-holder". As I see it is all done with calculations, so I've tryed: bgSize = revA ? "auto " + winH-200 + "px" : winW + "px auto"; Added -200 to winH, but doesn't work.

aentan commented 7 years ago

Do you have a sample I can look at?