Add 'animationSpeed' to 'jquery.notifyBar'.

This commit is contained in:
Daniel Rosenwasser
2015-08-05 14:09:23 -07:00
parent 0bd13d9dae
commit 290fa269a8
+7
View File
@@ -18,6 +18,13 @@ declare module JQueryNotifyBar {
*/
delay?: number;
/**
* How long this bar will be slided up and down.
*
* Default: "normal"
*/
animationSpeed?: string | number;
/**
* Custom jQuery object for notify bar.
*/