H A D | script.js | 448 this.x += motion.x; 449 this.y += motion.y; 684 var motion = { class in PanoJS.recenter 689 if (motion.x == 0 && motion.y == 0) { 694 var target = motion; 707 motion = { class in PanoJS.recenter 721 'x': coords.x + motion.x, 722 'y': coords.y + motion.y 795 var motion = { class in PanoJS.release 800 this.x += motion.x; [all …]
|