Class: Promotion

Initiators.Promotion(args)

new Promotion(args)

Parameters:
Name Type Description
args Object

arg only for FlipClock

Source:
Example
const promotion = new Promotion();

Methods

run()

Run promotion banner

Source:
Example
const promotion = new Promotion();
promotion.run();