- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试使用 Julian Lloyd ( ScrollReveal ) 编写的广受赞誉的 ScrollReveal.js
我已经按照页面和其他网站上的说明指南进行操作,但是脚本没有提供预期的效果,事实上,没有任何效果。
我添加了以下内容以使其工作:
添加 .js 并初始化脚本:
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<title>Aries Sercon Lda - Accounting, Tax and Consulting in Mozambique - Home</title>
<meta name="description" content="Aries Sercon is an established firm providing accounting, tax and human resource services in Mozambique">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="icon" type="img/png" href="favicon-32x32.png" sizes="32x32"/>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,900' rel='stylesheet' type='text/css'>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="scripts/scrollReveal.min.js"></script>
<script>
window.sr = new scrollReveal();
sr.reveal('#landing');
sr.reveal('#checks');
sr.reveal('#process');
sr.reveal('#clients');
sr.reveal('#footer');
</script>
</head>
为每个元素添加了引用(“data-sr”)
<div class="wrapper">
<div class="checks" id="checks" data-sr>
With all these, it does not work. I have checked the path which is correct.
<p class="promo center">We are an independent group of accountants and tax professionals based in Mozambique. We have been operating in the market for over 30 years, long enough to witness and be part of the incredible growth of the country.</br></br>
Together we have helped small and large businesses, novices and even veterans in finding and setting up a space for them in Mozambique, and in doing so have developed an acute understanding of the country's changing business dynamics.</br></br>
Mozambique has seen consistent growth through a decade-long trend strongly driven by the extractive industries and large infrastructure projects. However, opportunities exist for small and medium size business ventures. A long coastline and an ideal geographic location also make it attractive for investment and trade.</p>
<a href="#process" class="smoothScroll"><img src="assets/arrow.svg" class="arrows" alt="Go down"></a>
</div>
</div>
最佳答案
我不认为使用 data-sr
属性是使用此插件的有效方式。我没有在插件代码中找到这个属性(版本 3.1.4
)。
您的代码无法正常工作,因为应“显示”的元素未初始化。
尝试将以下代码粘贴到您的文档中:
window.sr = ScrollReveal();
sr.reveal('#checks');
// if you have other elements, add them like this
sr.reveal('#other-element');
sr.reveal('#another-element');
我还为演示创建了一个 fiddle :https://jsfiddle.net/82n10mk4/ .
关于javascript - ScrollReveal.js 不会运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37034927/
所以我正在尝试为这家本地餐馆制作一个网站,现在我正在为 nav ul(菜单)制作拉出动画。以前,我刚刚添加了一些 scrollReveal 动画来为导航栏按钮和介绍消息设置动画。它工作正常......
这是我在这个社区中的第一篇文章。我正准备解决一个与 ScrollReveal.js 代码和我在同一页面上内置的视差组合有关的问题。 我的问题:在我页面的页眉部分,我有一个复杂的视差,其中有多个图层的城
我正在尝试使用 Julian Lloyd ( ScrollReveal ) 编写的广受赞誉的 ScrollReveal.js 我已经按照页面和其他网站上的说明指南进行操作,但是脚本没有提供预期的效果,
我尝试在 modal 上使用 scrollreveal.js。但是当模态滚动时,我在显示内容时遇到了问题。我已经尝试将视口(viewport)(请参阅下面的代码均无效)更改为 myModal 但仍然无
有没有一种方法可以通过单击事件显示带有滚动显示的所有项目? 也许显示所有功能? 问题: 我正在使用滚动显示和同位素。同位素的排序功能与滚动显示 react 奇怪。 当我点击“过滤器”按钮时,我调用了同
滚动时,我正在使用 anijs 为网站上的某些内容制作动画 http://anijs.github.io/ 这是我的代码: data-anijs="if: scroll, on: window, do
注意到当我在 this 上调整浏览器窗口大小时网站底部添加了一堆空间,就在页脚下方。 禁用 Scrollreveal.js 可以解决问题,但我想保留动画。 这个错误在 Chrome/Safari 中很
我读过很多教程,但我很难让 ScrollReveal 正常工作。我有两个主要列,左侧使用滚动条,右侧不滚动。 控制台中没有错误,当我检查我想要显示的 div 元素时,我得到了这个: text
我在将 scrollreveal.js 与 flexbox 一起使用时遇到问题。 我已经使用 display flex 在页面上创建了一些两列的行,当尝试使用 scrollreveal 引用分别显示每
我正在使用Scrollreveal.js在我的网站上显示一些 div。 现在我希望 Scrollreveal 在显示特定 div 后调用函数。 正如文档所述: ”//为每个完成的元素触发的回调显示并重
我一直在查看包含此错误的不同论坛,并尝试使用我阅读过的不同内容来消除此错误。我曾尝试删除任何重复的库,并更改它们出现的顺序,但似乎对我没有任何作用。我正在使用 Bootstrap 主题 scrollr
我想在我的项目中将 ScrollReveal.js ( https://github.com/julianlloyd/scrollReveal.js ) 与 Isotope 一起使用,以便在用户滚动时
我目前正在使用 ScrollReveal.js 使一堆微小的像素化框在滚动时做随机的事情,代码如下: var index=0; $(document).ready(function(){ jQ
我正在尝试同时使用 scrollReveal.js和 onepage-scroll.js scrollReveal 应该在浏览器显示元素时为元素设置动画。 onepage-scroll 有助于“伪造”
我是一名优秀的程序员,十分优秀!