fires while view is moving
pos | object | current position |
e | Event | mouse event object |
window.attachEvent("onViewMove", function(pos, e){
//code
});
Position object (pos) contains coordinates:
The event fires each time the view is moved to the new position, so you'll have multiple move events during the view moving.