Adding "offset" velocity option

Adding the "offset" option used in the "scroll" method.
This commit is contained in:
luckyllama 2015-08-11 14:31:04 -07:00
parent f66606b386
commit 784bd0eb52

View File

@ -60,5 +60,6 @@ declare module jquery.velocity {
_cacheValues?: boolean;
container?: JQuery;
axis?: string;
offset?: number;
}
}