mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
added options scrollTo and scrollBy to jquery.slimScroll
This commit is contained in:
+4
@@ -49,6 +49,10 @@ interface IJQuerySlimScrollOptions {
|
||||
borderRadius?: string;
|
||||
// sets border radius of the rail
|
||||
railBorderRadius?: string;
|
||||
// jumps to the specified scroll value
|
||||
scrollTo?: string;
|
||||
// increases/decreases current scroll value by specified amount
|
||||
scrollBy?: string;
|
||||
}
|
||||
|
||||
interface JQuery {
|
||||
|
||||
Reference in New Issue
Block a user