ianli / jquery-infinite-drag

A jQuery plugin that helps you create an infinite wall interface.
http://ianli.github.io/jquery-infinite-drag
93 stars 15 forks source link

edge wrap #14

Open the-robo opened 8 years ago

the-robo commented 8 years ago

A feature to wrap the grid at the edges would be great.

For example, a grid with a width and height of 100. For brevity the below table is an example showing 1 tile in each direction, when viewed at x=0, y=0

99,99 0,99 1,99
99,0 0,0 1,0
99,01 0,1 1,1