added options scrollTo and scrollBy to jquery.slimScroll

This commit is contained in:
amadeuszprus 2016-02-12 11:04:10 +01:00
parent bcd5761826
commit f6e1b46bac

View File

@ -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 {