Searched defs:Flick (Results 1 - 1 of 1) sorted by relevance

/yui3/src/node-flick/js/
H A DNodeFlick.js2 * Provide a simple Flick plugin, which can be used along with the "flick" gesture event, to
34 * @class Flick
38 function Flick(config) { function
39 Flick.superclass.constructor.apply(this, arguments);
42 Flick.ATTRS = {
139 * provided defaults to internally to Flick.EASING, or Flick.SNAP_EASING based
152 * The NAME of the Flick class. Used to prefix events generated
160 Flick.NAME = "pluginFlick";
171 Flick
[all...]

Completed in 63 milliseconds