We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc6180 commit faa51a5Copy full SHA for faa51a5
examples/hero-bg.html
@@ -9,8 +9,8 @@
9
<section class="hero">
10
<div class="hero-bg" data-parallax='{"translateY":"70%"}'></div>
11
<div class="hero-content">
12
- <h1>rAF + translate3d</h1>
13
- <p>Written in native Javascript using a single ticking requestAnimationFrame() method and translate3d to ensure GPU acceleration.</p>
+ <h1>jquery-easy-parallax</h1>
+ <p>Uses a single ticking requestAnimationFrame() method and translate3d to ensure GPU acceleration.</p>
14
</div>
15
</section>
16
<h1>Demo lorem</h1>
0 commit comments