Browse Source

Merge branch 'master' of [email protected]:inuyaksa/jquery.nicescroll.git

Inuyaksa 12 năm trước cách đây
mục cha
commit
99d62b1039
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      README

+ 5 - 0
README

@@ -121,6 +121,11 @@ Initialize nicescroll ALWAYS in (document) ready statement.
 		Scroll X Axis - $("#mydiv").getNiceScroll().doScrollLeft(x, duration);
 		Scroll Y Axis - $("#mydiv").getNiceScroll().doScrollTop(y, duration);
 
+8. Scrolling to a position:
+
+Scroll X Axis - $("#mydiv").getNiceScroll().doScrollLeft(x, duration);
+Scroll Y Axis - $("#mydiv").getNiceScroll().doScrollTop(y, duration);
+
 
 * CONFIGURATION PARAMETERS