Topic: Parallax: how to make text scroll at different speed than bg

firstascent priority asked 5 years ago


Hello, I have a basic parallax working similar to your demo, what I'm trying to figure out now is how can I make the text on top of a background image scroll at a different speed than the background? 

For example, using some code from your demo, how would I make each text scroll at different speeds?

<div class="view jarallax" style="height: 100vh;">
<img class="jarallax-img" src="https://mdbootstrap.com/img/Photos/Others/img%20%2844%29.jpg" alt="">
<div class="mask rgba-blue-slight">
<div class="container flex-center text-center">
<div class="row mt-5">
<div class="col-md-12 col-xl-8 mx-auto wow fadeIn">
<h1 class="display-3 font-weight-bold mb-2 wow fadeInDown" data-wow-delay="0.3s">I want this to scroll fast over the background image</h1>
<h1 class="display-3 font-weight-bold mb-2 wow fadeInDown" data-wow-delay="0.3s">This text should scroll slower over the background image</h1>
</div>
</div>
</div>
</div>
</div>

firstascent priority answered 5 years ago


No not the background speed. I would like to have a couple text layers on top of the background image scroll at different speeds. Is this possible?


Piotr Glejzer staff commented 5 years ago

we are very sorry about that but with that parallax, you can only use this to images. And unfortunately, it will not work with text. Have a nice day.


Piotr Glejzer staff answered 5 years ago


Hi,

Do you mean to use data-speed? With that component is an only way to add more speed to your background image.

For example:

https://mdbootstrap.com/snippets/jquery/piotr-glejzer/152506

Best,

Piotr



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Priority
  • Premium support: Yes
  • Technology: General Bootstrap questions
  • MDB Version: -
  • Device: macbook pro
  • Browser: chrome and safari
  • OS: osx
  • Provided sample code: Yes
  • Provided link: No