v0.15 Animation for enter and leave of Notify Plugin
-
Is it still possible to add animation from animate.css on the
enter
andleave
properties ofNotify
plugin like this? Seems that it isn’t working anymore and checking the docs, this properties does not exist anymore.Notify.create({ enter: 'bounceInRight', leave: 'bounceOutRight', message: message, position: 'top-right' })
v.0.14.9’s
Alert
plugin has this feature and would be great if this feature too has been added. Thanks -
Not possible anymore, as Notifications are stacked and the animations must be managed by Quasar.
-
@rstoenescu thanks