malihu / malihu-custom-scrollbar-plugin

Highly customizable custom scrollbar jQuery plugin, featuring vertical/horizontal scrollbars, scrolling momentum, mouse-wheel, keyboard and touch support etc.
http://manos.malihu.gr/jquery-custom-content-scroller
MIT License
4.11k stars 1.5k forks source link

css3 animation #236

Open moshfeu opened 9 years ago

moshfeu commented 9 years ago

Now the position of the content using "top" and "left". The better way is to use "transform" (In new browsers) and animation.

I will glad with this change.

Thanks

malihu commented 9 years ago

Thanks for the feedback!

At the moment, css3 transitions are not good enough to use in this script and using simply the transform property does not seem to add any performance boost to animations.

I'm still doing tests with transform3d and when it does the job better I will use it ;)

moshfeu commented 9 years ago

Thanks..