Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript jQuery animation flickers during scroll (Please Help) Re: jQuery animation flickers during scroll (Please Help)

#119348
TreeRoot
Participant

I didn’t experience a flicker with your example. Perhaps you need to throttle your scrolling event so that it doesn’t fire too often. Take a look at this to learn more about throttling:
http://benalman.com/projects/jquery-throttle-debounce-plugin/