mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
added options scrollTo and scrollBy to jquery.slimScroll
This commit is contained in:
parent
bcd5761826
commit
f6e1b46bac
4
jquery.slimScroll/jquery.slimScroll.d.ts
vendored
4
jquery.slimScroll/jquery.slimScroll.d.ts
vendored
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user