Skip to content

BulletScreenEngine Object

scottxu edited this page Jan 6, 2019 · 7 revisions

Description

BulletScreenEngine is the bullet-screen engine object.

Constructed function

Grammar

var bulletScreenEngine = new BulletScreenEngine(element, option, renderMode);

Parameters

element Element Object

Required A html element using show bullet-screens

Optional Global Options

renderMode String

Optional Render Mode: The default is value "canvas"(recommended), and else you can choose "css3" and "webgl".

Functions

See BulletScreenEngine Functions.

Attributes

See BulletScreenEngine Attributes.

Clone this wiki locally