Home › Forums › JavaScript › jQuery animation flickers during scroll (Please Help) › Re: jQuery animation flickers during scroll (Please Help)
December 29, 2012 at 7:23 pm
#119348
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/