Would it be possible for loop scrolling to be implemented?

Would it be possible for loop scrolling to be implemented?

]]>
« (Previous Post)

3 Commentsto Would it be possible for loop scrolling to be implemented?

  1. Anonymous says:

    < ![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.

    ]]>

  2. Anonymous says:

    < ![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.

    ]]>

  3. Anonymous says:

    < ![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…

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *