-
Notifications
You must be signed in to change notification settings - Fork 11
BulletScreenEngine Object
scottxu edited this page Jan 6, 2019
·
7 revisions
BulletScreenEngine is the bullet-screen engine object.
var bulletScreenEngine = new BulletScreenEngine(element, option, renderMode);
element Element Object
Required A html element for displaying bullet-screens.
option option Structre
Optional Global Options
Optional Render Mode: The default value is "canvas"(recommended). You can also choose "css3" and "webgl".
© 2018-2019 Scott Xu. All right reserved. | This project is an open source project and it is licensed under the MIT License.