Sha256: 582646636cdbc70bd174698fa4bf648169d63a0d18420a521d4696fc56ea261f
Contents?: true
Size: 836 Bytes
Versions: 9
Compression:
Stored size: 836 Bytes
Contents
$.noty.defaults = { layout: 'top', theme: 'defaultTheme', type: 'alert', text: '', dismissQueue: true, // If you want to use queue feature set this true template: '<div class="noty_message"><span class="noty_text"></span><div class="noty_close"></div></div>', animation: { open: {height: 'toggle'}, close: {height: 'toggle'}, easing: 'swing', speed: 1000 // opening & closing animation speed }, timeout: true, // delay for closing event. Set false for sticky notifications force: false, // adds notification to the beginning of queue when set to true modal: false, closeWith: ['click'], // ['click', 'button', 'hover'] callback: { onShow: function() {}, afterShow: function() {}, onClose: function() {}, afterClose: function() {} }, buttons: false // an array of buttons };
Version data entries
9 entries across 9 versions & 1 rubygems