I think it has been mentioned or requested before. I don’t think it is possible unless you use some gesture voodoo, or some kind of kludge like an invisible item to scroll to the other side of your desktop.. But that would scroll to it, not wrap around like you are hoping.
< ![CDATA[
I think it has been mentioned or requested before. I don’t think it is possible unless you use some gesture voodoo, or some kind of kludge like an invisible item to scroll to the other side of your desktop.. But that would scroll to it, not wrap around like you are hoping.
]]>
< ![CDATA[
This can be done by making an indicator at the edge of the screen which brings you back to the previous side of the screen. Kind of a portal effect.
]]>
< ![CDATA[
This is possible to implement this, and I can see two ways to do it:
– the right way: always scroll and display objects as if the desktop was mapped on a sphere
– the poor man’s way: implement stop point reach event, and on this event trigger a move to another part of the desktop.
The first is better but a bit complex. This is on the TODO list but not with a high priority. The second is lot easier to implement, but not as nice…
]]>