Home
last modified time | relevance | path

Searched refs:scrollerSideDown (Results 1 – 1 of 1) sorted by relevance

/plugin/imageflow/
H A Dscript.js83 …r_cap_left').appendTo(this.scrollbar).bind('mousedown', { direction: -1 }, _self.scrollerSideDown);
85 …r_cap_right').appendTo(this.scrollbar).bind('mousedown', { direction: 1 }, _self.scrollerSideDown);
618 this.scrollerSideDown = function(e) { method in imageflow_plugin