Very slow jQuery animation -


i'm building vertical ticker website. i've made div of animate scrolltop jquery. in between scrolling i'd have slow animation downwards. problem slow animation doesn't go smoothly. see jump every pixel.

here demo: http://test.raapwerk.nl/popma/

is there way of making slow animation in between run smoothly?

thanks!

your duration set high there not enough pixels available smooth animation. if set duration of 8 seconds 20px can compare ~3fps.

so way smoother decrease duration or increase pixel distance.

i've made small jsfiddle demonstrate that: problem demo


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -