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
A
 autoPlay, ProtoFlow
D
 diableLinks, ProtoFlow
G
 getCurrentPos, ProtoFlow
 goTo, ProtoFlow
H
 handleClick, ProtoFlow
 handleSlider, ProtoFlow
 handleSliderChange, ProtoFlow
 handleWindowResize, ProtoFlow
 hanldeWheel, ProtoFlow
I
 initialize, ProtoFlow
M
 moveTo, ProtoFlow
S
 slideTo, ProtoFlow
 step, ProtoFlow
U
 updateSlider, ProtoFlow
autoPlay: function()
Internal function that is used to scroll through the list automatically
This function goes through all the anchor tags in the stack and simply disables the href attribute.
getCurrentPos: function()
Returns the current position of the image that is being focused on.
goTo: function(index)
takes an index and moves the images to that index based on the flex and index provided.
handleClick: function(e)
When an image is clicked we handle it by finding the appropiate index and then moving the images and updating the scrollbar as well.
handleSlider: function(index)
wrapper function called after slider has been moved.
handleSliderChange: function(index)
wrapper function called after slider has been moved.
handleWindowResize: function(event)
Currently does nothing.
This function should handle onwheel scroll events.
initialize: function(elem,
opt)
Constructor for ProtoFlow Class.
moveTo: function(currentPos)
Actually moves the images based on the position provided by step function
slideTo: function(x)
This function sets up a timer and calls step on the interval specified via options.
step: function()
Steps through the animation process.
updateSlider: function(index)
updates the slider to currect position.