Time in milliseconds the toast should be displayed after mouse over
optionalpublic hideDuration?:number
Time in milliseconds the toast should take to hide
optionalpublic hideEasing?:string
Optionally override the animation easing to show or hide the toasts. Default is swing. swing and linear are built into jQuery.
optionalpublic hideMethod?:string
Use the jQuery show/hide method of your choice. These default to fadeIn/fadeOut. The methods fadeIn/fadeOut, slideDown/slideUp, and show/hide are built into jQuery.
Time in milliseconds the toast should take to show
optionalpublic showEasing?:string
Optionally override the animation easing to show or hide the toasts. Default is swing. swing and linear are built into jQuery.
optionalpublic showMethod?:string
Use the jQuery show/hide method of your choice. These default to fadeIn/fadeOut. The methods fadeIn/fadeOut, slideDown/slideUp, and show/hide are built into jQuery.
optionalpublic tapToDismiss?:boolean
Should clicking on toast dismiss it?
optionalpublic timeOut?:number
Time in milliseconds that the toast should be displayed