Bläddra i källkod

Merge pull request #244 from philleepflorence/master

Merge
Inuyaksa 12 år sedan
förälder
incheckning
3995d6e694
1 ändrade filer med 6 tillägg och 1 borttagningar
  1. 6 1
      README

+ 6 - 1
README

@@ -11,7 +11,7 @@ Nicescroll as a Greasemonkey plugin: http://userscripts.org/scripts/show/119910
 
 Nicescroll is a jquery plugin, for nice scrollbars with a very similar ios/mobile style.
 
-NOW support HORIZONAL scrollbar too!
+NOW supports HORIZONAL scrollbar too!
 
 It supports DIVs, IFrames, textarea, and document page (body) scrollbars.
 Compatible with all desktop browser: Firefox 4+, Chrome 5+, Safari 4+ (win/mac), Opera 10+, IE 6+. (all A-grade browsers)
@@ -116,6 +116,11 @@ $("#mydiv").getNiceScroll().hide();
 
 $("#mydiv").getNiceScroll().resize();
 
+8. Scrolling to a position:
+
+Scroll X Axis - $("#mydiv").getNiceScroll().doScrollLeft(x, duration);
+Scroll Y Axis - $("#mydiv").getNiceScroll().doScrollTop(y, duration);
+
 
 * CONFIGURATION PARAMETERS