nckprsn / scrollme

A jQuery plugin for adding simple scrolling effects to web pages.
1.47k stars 318 forks source link

Google Chrome display irregularities #20

Closed joeyfromspace closed 7 years ago

joeyfromspace commented 9 years ago

Starting about one month ago, I've noticed that ScrollMe animations have become glitchy in Chrome for both Android and Windows.

More specifically, the animated elements are duplicated with the original element never disappearing, so even if an element is supposed to scroll out of view, it remains on the page. Also when it is animating in view, the element is already at the destination, creating a strange ghosting appearance. At first I thought this was an error on my part, but I noticed it happening on the ScrollMe homepage as well.

See screenshot to get an idea of what I mean. I haven't tried to see if the issue is also present in IE or Firefox.

screenshot_2014-12-27-10-02-06

iljapanic commented 9 years ago

I'm having the same issue in Chrome (39.0.2171.99).

It worked perfectly fine when I started using the plugin and just started seeing the issue now. Also, it's very hard to replicate consistently. It simply sometimes appears and sometimes it does not.

image

dmi90 commented 9 years ago

This problem seems to be related to Chrome only indeed. Setting "position: relative" to the element getting scrolled solved this one for me.