我在角度应用程序中使用 PNotify 来获取警报消息。我已经应用了动画,但动画不起作用。
下面是我正在使用的代码。
PNotify.notice({
title: 'Animate.css Effect',
text: 'Part Quantity is greater.',
modules: {
Animate: {
animate: true,
inClass: 'rotateInDownLeft',
outClass: 'rotateOutUpRight'
}
}
});