mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-11-02 12:20:08 +00:00
minor comment changes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
c841676aa4
commit
7e11095748
@ -1235,7 +1235,9 @@ function setupEvents(){
|
|||||||
swipeUp: ImageGrid.shiftImageUp,
|
swipeUp: ImageGrid.shiftImageUp,
|
||||||
swipeDown: ImageGrid.shiftImageDown,
|
swipeDown: ImageGrid.shiftImageDown,
|
||||||
})
|
})
|
||||||
// XXX pinch: do gradual zooming...
|
// pinch...
|
||||||
|
// XXX do gradual animated zooming...
|
||||||
|
// XXX this does not work with swipe (report submitted)...
|
||||||
$('.viewer')
|
$('.viewer')
|
||||||
.swipe({
|
.swipe({
|
||||||
pinchIn: ImageGrid.scaleContainerUp,
|
pinchIn: ImageGrid.scaleContainerUp,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user