Function 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
$#!
 _fadeIn, Moostick
 _fastMode
 _liHandler, Moostick
 _run, Moostick
 _safeMode
 _schedule, Moostick
 _setMouseEvents, Moostick
C
 checkArray, MstkHelpers
G
 go, MstkInit
I
 initialize, Moostick
P
 pauseTick, Moostick
Q
 qsVar, MstkHelpers
R
 resumeTick, Moostick
S
 startTick, Moostick
 stopTick, Moostick
_fadeIn: function(item)
Handles the MooTools opacity effect, from 0 to 1
_fastMode: function()
AKA the Kamikaze mode.
_fastMode: function()
AKA the Kamikaze mode.
_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.
checkArray: function(val)
Checks if the sent value is an array or convert it.
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.
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.