[Plugin: WP-ImageFlow2] HOW TO: make drag release upon leaving
-
To have the drag functionality release upon the mouse exiting the ImageFlow containter, add this code at any point after
var thisObject = this;
. It will detect when the mouse pointer leaves thewpif2_imageflow_#
div and stops the drag functionality by settingthisObject.dragobject = null; thisObject.dragging = false;
.
- The topic ‘[Plugin: WP-ImageFlow2] HOW TO: make drag release upon leaving’ is closed to new replies.