changelog_2.6.0.txt 764 B

123456789101112131415161718192021
  1. Changelog nicescroll release 2.6.0
  2. http://areaaperta.com/nicescroll
  3. https://github.com/inuyaksa/jquery.nicescroll
  4. New options
  5. - preservenativescrolling, you can scroll native scrollable areas with mouse, bubbling mouse wheel event (default:true)
  6. - railoffset, you can add offset top/left for rail position (default:false)
  7. Changed features
  8. - optimized scroll event dispatcher for hwaccelerated scroll
  9. - optimized scroll momentum and bounce effect(scroll by touch)
  10. Fixes
  11. - detection of window object on bind function (addEventListener access error)
  12. - scrolling up with mouse wheel can stuck
  13. - scrollTop override (hw accelerated scroll)
  14. - iframe autoresize
  15. Other updates
  16. - mouseup/mousedown events changed bind from rail to cursor
  17. - crossdomain iframes detection