jeffreyhi1 / jscrollpane

Automatically exported from code.google.com/p/jscrollpane
0 stars 0 forks source link

Animations should use jquery's animate() function #138

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Nice script, but animations seem really clunky - I've had a poke around in
the source code and it's not entirely clear to me what's going on. Someone
who knows the code better should be able to switch it over to use animate
which will make the animations smoother, and cut back on code.

Original issue reported on code.google.com by gregplay...@gmail.com on 7 Oct 2009 at 2:50

GoogleCodeExporter commented 9 years ago
To clarify, I think the problem is that the easing in your script only occurs 
at the
end of the animation - it really should be at the start too. From an uninformed
standpoint I'd still suggest jquery's animate() but adding start-of-animation 
easing
should do the trick too.

Original comment by gregplay...@gmail.com on 7 Oct 2009 at 4:30

GoogleCodeExporter commented 9 years ago
I have just announced the beta of a completely rewritten version of jScrollPane:

http://groups.google.com/group/jscrollpane/browse_thread/thread/c1bc1bf63e3f80d8

Please test and reply on the list if you are still having this issue,

Thanks,

Kelvin

Original comment by kelvin.l...@gmail.com on 17 Aug 2010 at 4:11