question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Parallax stops midway. please help!

See original GitHub issue

Good evening. I tried your plugin, but the parallax effect stops midway. I already changed sectionHeight and other variables but still the same issue.

As you can see on the webpage provided down below, there is enough runway of the image left. Why does it stop then? Please have a look at my code and my website here. I would appreciate your help.

https://awesome-gates-b6e8e3.netlify.com/

<div style="position: relative; z-index: 0; "> <parallax :speed-factor="0.5"> <img src="~/assets/header78.png" style=" width:100vn" alt="very cool bg"> </parallax> </div>

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:1
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
aperturelesscommented, May 22, 2019

Well, this behaviour is kind of intended. Because if the image is not in your viewport there is no reason to animate it. Thus it checks if the parallax element is in view.

If I find some time, I am gonna check on this. I wanted to rewrite some portions of the component and use IntersectionObserver instead the getBoundingClientRect

0reactions
GiroDigitalcommented, Dec 6, 2020

any update on this, having this issue ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues · apertureless/vue-parallax - GitHub
Vue.js component for parallax image scroll effects - Issues ... apertureless / vue-parallax Public ... Parallax stops midway. please help!
Read more >
Topic: One page navigation stops working midway through the page ...
I have searched for an answer for this but cannot find it, so please help. I have set up one page navigation properly,...
Read more >
How to pause a servo motor in the middle location.
I was wondering how I can make a servo motor stop midway,pause for a second or ... Its a free download at parallax.com...
Read more >
Can i make a parallax slide stop halfway up the page instead ...
It is not really the half way, it happens to be the middle until you change the page's content :) But how do...
Read more >
Understanding and Correcting Parallax - The Shooter's Log
Here's a bit of self-learned information that may help someone noticing alignment/parallax issues with a scope. Set your scope dials midway. If ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found