Update velocity-animate.d.ts

Adding support for the "scroll" effect and related option parameters. See http://julian.com/research/velocity/#scroll
This commit is contained in:
luckyllama
2015-08-10 10:00:06 -07:00
parent 3b0f362204
commit f66606b386
+2
View File
@@ -58,5 +58,7 @@ declare module jquery.velocity {
delay?: any;
mobileHA?: boolean;
_cacheValues?: boolean;
container?: JQuery;
axis?: string;
}
}