Go to the source code of this file.
Functions | |
Components utils | import ("resource://mashTape/mtUtils.jsm") |
document | addEvent ('mousewheel', function(event){event=new Event(event);if(typeof(nS5)=="undefined") return;if(event.wheel > 0){nS5.previous();}else if(event.wheel< 0){nS5.next();}}) |
function | _mashTape_setupPhotoStream (imageItems, paneWidth, paneHeight) |
function | mashTape_updatePhotoStreamSpeed () |
function | mashTape_triggerPhotoStream (imageItems, paneWidth) |
Variables | |
var | nS5 |
function _mashTape_setupPhotoStream | ( | imageItems, | |
paneWidth, | |||
paneHeight | |||
) |
Definition at line 20 of file iframe-photo.js.
document addEvent | ( | 'mousewheel' | , |
function(event){event=new Event(event);if(typeof(nS5)=="undefined") return;if(event.wheel > 0){nS5.previous();}else if(event.wheel< 0){nS5.next();}} | |||
) |
Components utils import | ( | "resource://mashTape/mtUtils.jsm" | ) |
function mashTape_triggerPhotoStream | ( | imageItems, | |
paneWidth | |||
) |
function mashTape_updatePhotoStreamSpeed | ( | ) |
updatePhotoStreamSpeed If the preference for the photo speed changes we update the interval here so that while the slidshow is playing we can automatically adjust to the changes.
Definition at line 86 of file iframe-photo.js.
var nS5 |
Definition at line 3 of file iframe-photo.js.