Sha256: e653c4820a2ca3b0bb07263c3ac33732ccf3f6f167c89e574adb8378142a085f
Contents?: true
Size: 261 Bytes
Versions: 4
Compression:
Stored size: 261 Bytes
Contents
function notify(notice){ new Noty({ text: notice, layout: 'bottomCenter', timeout: 2000, animation: { open: 'animated bounceIn', // Animate.css class names close: 'animated flipOutX' // Animate.css class names } }).show(); }
Version data entries
4 entries across 4 versions & 1 rubygems