Home
last modified time | relevance | path

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

/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js6525 var topVel = 0;
6536 topVel = topCloseness * this.scrollSpeed * -1; // negative. for scrolling up property
6539 topVel = bottomCloseness * this.scrollSpeed; property
6549 this.setScrollVel(topVel, leftVel);
6552 DragListener.prototype.setScrollVel = function (topVel, leftVel) {
6553 this.scrollTopVel = topVel;