简体   繁体   English

Jquery平滑滚动动画无法正常工作

[英]Jquery smooth scroll animation not working properly

I'm working on the website: 我正在网站上工作:

http://lucasvallim.com/previews/faseambiental/ http://lucasvallim.com/previews/faseambiental/

I used this plugin: 我用过这个插件:

http://cferdinandi.github.io/smooth-scroll/ http://cferdinandi.github.io/smooth-scroll/

Please, click on any button on the menu, it won't scroll. 请点击菜单上的任何按钮,它不会滚动。 Now if you scroll down manualy and click the button, he will animate to the desired section. 现在,如果你手动向下滚动并单击按钮,他将动画到所需的部分。

Any suggestions? 有什么建议么?

I was looking at your Code and Those Href"" locations in your navigation bar dont appear anywhere else on the page. 我正在查看您的代码,导航栏中的那些Href“”位置不会出现在页面上的任何其他位置。 only #Home is there 2 times. 只有#Home有2次。

lets take an example. 让我们举一个例子。

<a href="#servicos" class="scroll"><li id="menu_text">Serviços</li></a>


<span id="servicos">servicos</span>

this should work if you have implanted hte Jquery file correctly 如果您正确植入了hte Jquery文件,这应该可行

Seems like you have multiple tags with same id. 好像你有多个具有相同ID的标签。 For example you have id="sobre" at least in two different tags. 例如,您至少在两个不同的标签中有id =“sobre” You should have unique id's, one per tag. 你应该有唯一的id,每个标签一个。

<span class="jumptarget" id="sobre" style="background-position-y: 0px;"></span>
<div class="sobre" id="sobre">

Perhaps not enough to solve your issue but at least correcting one fault. 也许还不足以解决你的问题但至少纠正一个错误。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM