notice.js 介绍
notice.js是一款纯js超酷消息 提示 框 插件 。notice.js为纯js编写,没有任何依赖 文件 。通过它可以在 页面 上制作出漂亮的toast消息 通知 框 效果 。
?
notice.js特点?
支持 4中情景类型:error, warning, info, success。
消息框可以 显示 在9个位置:topLeft,topCenter,middleLeft,middleRight,middleCenter,b ott omLeft,b ott omr ight,b ott omCenter。
消息框 内容 支持 html元素。
?
notice.js使用
1、安装或引入
bower install notice.js --save
npm install notice.js --save
或
<link href=" dis t/noticejs.css" rel="stylesheet" type="text/css">
<script src=" dis t/noticejs.js"></script>
2、初始化
new NoticeJs({
text: 'Notification message',
position: 'topLeft',
}).show();
可以结合animate.css来为消息 通知 框 添加 炫酷的css3动画 效果 。
网站地址 : https://github.com/toolkito/notice.js
GitHub: https://github.com/toolkito/notice.js
网站描述: 一款纯js超酷消息 提示 框 插件
notice.js官方网站
官方网站: https://github.com/toolkito/notice.js
如果觉得 网站内容还不错,欢迎将 网站 推荐给程序员好友。