文件名称:Notifications:这是一个显示通知的插件,如 Growl
文件大小:195KB
文件格式:ZIP
更新时间:2024-07-03 21:10:03
JavaScript
通知 这是一个显示通知的插件,如 Growl 安装 bower install notifications 用法 AMD require ( [ 'notifications' ] , function ( notifications ) { 'use strict' ; var growl = notifications ( ) ; for ( var i = - 1 ; ++ i < 10 ; ) growl . notifica ( 'Count...' , i ) ; } ) ; 全球的 var growl = new Notifications ( { duration : 5000 } ) ; for ( var i = - 1 ; ++ i < 10 ; ) growl . notifica ( 'Count...'
【文件预览】:
Notifications-master
----.gitignore(35B)
----package.json(1KB)
----src()
--------notifications.sass(482B)
--------index.jade(799B)
--------notifications.coffee(4KB)
----History.md(140B)
----.bowerrc(33B)
----dist()
--------notifications.css.map(540B)
--------notifications.min.js(2KB)
--------notifications.css(496B)
--------notifications.pkg.min.js(105KB)
--------notifications.min.js.map(3KB)
--------notifications.pkg.min.js.map(161KB)
--------notifications.js(4KB)
--------notifications.pkg.js(329KB)
----examples()
--------index.html(823B)
----README.md(531B)
----Gulpfile.js(65B)
----Gulpfile.coffee(3KB)
----bower.json(588B)