ticker.js

Ticker - slowly appearing (and disappearing) text.


Objects

Methods

Constants


OAT.Ticker(element, text, optObj)

Creates Ticker. It will show text in element. Argument optObj is an object containing the following:

var t = new OAT.Ticker(div, "Hello world!", {delay:30,timing:TickerData.TIMING_PERCHAR});
t.start();

OAT.Ticker::start()

Starts ticking.

OAT.Ticker::stop()

Stops ticking.