event Lightbox dragMove
Lightbox dragMove This event is triggered when dragging moves and the lightbox moves. Argument Type Description event object Original event object distance object Vector distances (x, y) of the pointer [pastacode lang=”javascript” manual=”wpgb.lightbox.on(%20’dragMove’%2C%20function(%20event%20)%20%7B%0A%09%0A%09console.log(%20’dragMove’%2C%20event%2C%20distance%20)%3B%0A%0A%7D%20)%3B” message=”” highlight=”” provider=”manual”/]