参数注释
class '' 消息通知框的class类。
title '' 消息通知框的标题。
message '' 提示的消息。
color '' 颜色。可以是十六进制颜色,颜色关键字等。
icon '' 图标。可以是Icomoon, Fontawesome等。
iconText '' 图标文字。
iconColor '' 图标颜色。
image '' 显示的图像。
imageWidth 50 图像的宽度。
layout 1 布局,可以是1或者2。也可以使用其它布局,例如“.iziToast-layout3”。
balloon false 是否使用气泡效果。
close true 是否显示关闭按钮。
rtl false RTL
position 'bottomRight' 在哪里显示消息通知框。bottomRight, bottomLeft, topRight, topLeft, topCenter, bottomCenter 或 center。
target '' 显示消息通知框的固定位置。
timeout 5000 关闭消息通知框的时间,单位毫秒。
pauseOnHover true 是否在鼠标滑过时暂停。
resetOnHover false 是否在鼠标滑过时重置。
progressbar true 是否显示进度条。
progressbarColor '' 进度条的颜色。
animateInside true 是否允许动画。
buttons {} 指定一组按钮。
transitionIn 'fadeInUp' 过渡动画的类型。可以是:bounceInLeft, bounceInRight, bounceInUp, bounceInDown, fadeIn, fadeInDown, fadeInUp, fadeInLeft, fadeInRight 或 flipInX。
transitionOut 'fadeOut' 默认的关闭动画。可以是:fadeOut, fadeOutUp, fadeOutDown, fadeOutLeft, fadeOutRight, flipOutX。
transitionInMobile 'fadeInUp' 在移动端打开消息框的动画。
transitionOutMobile 'fadeOutDown' 在移动端关闭消息框的动画。
onOpen function () {} 打开消息框时的回调函数。
onClose function () {} 关闭消息框时的回调函数。