Parallax stops midway. please help!
See original GitHub issueGood 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:
- Created 5 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
any update on this, having this issue ?