notice.js

notice.js是一款纯js超酷新闻提示框插件。notice.js为纯js编写,没有任何依赖文件。通过它可以在页面上制作出漂亮的toast新闻通知框效果。   notice.js特点  支持4中情景类型:error, warning...

notice.js是一款纯js超酷新闻提示框插件。notice.js为纯js编写,没有任何依赖文件。通过它可以在页面上制作出漂亮的toast新闻通知框效果。

 

notice.js特点 

  • 支持4中情景类型:error, warning, info, success。
  • 新闻框可以显示在9个位置:topLeft, topCenter, middleLeft, middleRight, middleCenter, bottomLeft, bottomRight, bottomCenter。
  • 新闻框内容支持HTML米素。

 

notice.js使用

1、安装或引入

bower install notice.js --save
npm install notice.js --save

<link href="/go/?url=dist/noticejs.css" class="target" rel="external nofollow" rel="stylesheet" type="text/css">
<script src="dist/noticejs.js"></script>

2、初始化

new NoticeJs({
    text: 'Notification message',
    position: 'topLeft',
}).show();

可以连系animate.css来为新闻通知框添加炫酷的CSS3动画效果。


思源资源网:分类流动

1.阿里云: 本站现在使用的是阿里云主机,平安/可靠/稳固。点击领取2000米代金券、领会最新阿里云产物的种种优惠流动点击进入

2.腾讯云: 提供云服务器、云数据库、云存储、视频与CDN、域名等服务。腾讯云各种产物的最新流动,优惠券领取点击进入

3.广告同盟: 整理了现在主流的广告同盟平台,若是你有流量,可以作为参考选择适合你的平台点击进入

链接: http://www.fly63.com/nav/301

  • 发表于 2021-02-11 16:54
  • 阅读 ( 407 )
  • 分类:互联网

0 条评论

请先 登录 后评论
q2035
q2035

681 篇文章

你可能感兴趣的文章

相关问题