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
Post a Comment