pixelcog / parallax.js

Simple parallax scrolling effect inspired by Spotify.com implemented as a jQuery plugin
MIT License
3.53k stars 840 forks source link

Scrolling make "Ghost effects" #217

Closed RSickenberg closed 6 years ago

RSickenberg commented 6 years ago

I reopen this issue : https://github.com/pixelcog/parallax.js/issues/181

It's still there on the latest version : 20 October 2017

wstoettinger commented 6 years ago

i could only reproduce it on IE11 and IE12 when opening the page multiple times. still seems to be a performance issue.

try adding a div around your center section (between the two parallax images) and remove the bleed of the parallax. might help

for the record, this is the page we are talking about: https://rsickenberg.github.io/portfolio/

wstoettinger commented 6 years ago

any news here?

RSickenberg commented 6 years ago

Will try, thx :)

RSickenberg commented 6 years ago

The div around seems okay, but not the bleed remove :)

wstoettinger commented 6 years ago

What I mean is, that the <section id="section"> is transparent and overlaps the parallax divs, therefore you see through to the parallax element even outside of where it should be.

I hope, I'm being clear enough! :D

image

RSickenberg commented 6 years ago

Sure, thanks :)