html5 网页弹幕,Damoo
軟件簡介
Damoo 是一個輕量級的 HTML5 彈幕引擎。可以在頁面元素上附加一層彈幕圖層并且以非常簡單的 API
調用方式使用。查看DEMO
Damoo
一個不起眼的 HTML5 彈幕引擎。
Getting started
走起
下載最新發行版本。
需要在頁面中準備一個合適的容器。
Then, import damoo.js or damoo.min.js.
然后引入damoo.js或damoo.min.js。
Initiate Damoo.
初始化。
var?damoo?=?Damoo('dm-screen',?'dm-canvas',?20);
Or use your own font instead of “sans-serif”.
可自定義全局字體。
var?damoo?=?Damoo('dm-screen',?'dm-canvas',?20,?"Arial");
And run it.
運行。
damoo.start();
Danmaku can be emitted by calling emit method.
用emit方法發射彈幕。
damoo.emit({?text:?"Damoo?is?awesome!",?color:?"#f49"?});
Enable text shadow.
開啟字體陰影。
damoo.emit({?text:?"I?got?a?shadow!",?color:?"#000",?shadow:?true?});
Color the shadow.
自定義陰影顏色。
damoo.emit({?text:?"Hooray!",?color:?"#f00",?shadow:?{?color:?"#f49"?}?});
Danmaku can also be fixed at the center of the screen.
發射固定彈幕。
damoo.emit({?text:?"I'M?FIXED!",?color:?"#6f9",?fixed:?true?});
Clear the screen.
清空屏幕。
damoo.clear();
You may hide Damoo.
隱藏彈幕圖層。
damoo.hide();
And bring it back.
顯示彈幕圖層。
damoo.show();
If needed, you may suspend the animation.
暫停動畫。
damoo.suspend();
And resume it when ready to go.
恢復動畫。
damoo.resume();
Contributing 填坑
Hope you enjoy the code!
你們城里人都很會玩,我就不多說了。
(:з」∠)
總結
以上是生活随笔為你收集整理的html5 网页弹幕,Damoo的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 来自微博html5怎么设置,来自微博的面
- 下一篇: 实用计算机相关日语词汇,常用日语计算机词