Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
$#!
 _elSched, Moostick
 _fadeIn, Moostick
 _fastMode
 _firstRun, Moostick
 _fx, Moostick
 _liHandler, Moostick
 _run, Moostick
 _safeMode
 _schedule, Moostick
 _setMouseEvents, Moostick
A
 autoStart
C
 checkArray, MstkHelpers
F
 fxOptions
G
 go, MstkInit
I
 initialize, Moostick
 interval
L
 list, Moostick
 lists, MstkInit
M
 Moostick
 moostick dot js
 MstkHelpers
 MstkInit
P
 pauseTick, Moostick
 Private Methods
 Private Properties, Moostick
 Procedural code
 Public Methods
 Public Properties
Q
 qsVar, MstkHelpers
R
 resumeTick, Moostick
S
 startTick, Moostick
 stopTick, Moostick
T
 trust4Speed
 trustOpacity
V
 version, Moostick
Element schedule object.
_fadeIn: function(item)
Handles the MooTools opacity effect, from 0 to 1
_fastMode: function()
AKA the Kamikaze mode.
_fastMode: function()
AKA the Kamikaze mode.
True if the first time we run.
Opacity change effect.
_liHandler: function(styles)
Loops through the list’s li elements to set the styles and opacity.
_run: function()
Moostick transition: move first to last, fade new first in then set opacity on new last to 0.
_safeMode: function()
AKA the cautious mode.
_safeMode: function()
AKA the cautious mode.
_schedule: function()
Prepares for and schedules Moostick._run.
_setMouseEvents: function()
Sets the mouse events to pause the ticker when the mourse cursor enters the display area.
Boolean.
Boolean.
checkArray: function(val)
Checks if the sent value is an array or convert it.
MooTools effect options for the opacity change used in the transition.
Passthru variable.
go: function(lists,
autoStart,
interval,
fxOptions,
trust4Speed,
trustOpacity)
Sets the default properties and launches the Moostick modification process if in auto-start mode.
initialize: function(list,
autoStart,
interval,
fxOptions,
trust4Speed,
trustOpacity)
MooTools pseudo constructor.
Defines duration for which each headline is displayed including transition time, which can be adjusted through Moostick.fxOptions.
Passthru variable.
A single list (ul, ol...)
One or more list (ul, ol...)
Modifies the presentation and behaviour of li-containing elements to act as pseudo news tickers, and extends their DOM with itself (eg: myUL.moostick) for easy manipulation.
A Mootools-powered, unobtrusive, Javascript news ticker library.
(singleton) Utility class containing helper methods that will be helpful in other classes.
(singleton) A multi-list utility wrapper for the Moostick class and processes.
pauseTick: function()
Pauses the ticker.
qsVar: function(key)
Query string helper for the Moostick script (NOT the document that included it).
resumeTick: function()
Un-pauses the ticker.
startTick: function(list,
interval,
fxOptions,
trust4Speed,
trustOpacity)
Calls Moostick.initialize on-demand, always in auto-start mode.
stopTick: function()
Stops the ticker completely, including the attached mouse events.
Set to true to bypass element validation, for increased rendering speed, but only if you’re absolutely sure about the Moostick.list you passed in.
Set to true to bypass element validation, for increased rendering speed, but only if you’re absolutely sure about the MstkInit.lists you passed in.
Set to true to bypass element styles validation, for increased rendering speed, but only if you’re absolutely sure about the Moostick.list you sent.
Passthru variable.
Moostick release version