OK, sorry for the awkward title!
It's kind of a unique situation in my opinion.
So basically, with the jQuery plugin Spritely, it's possible to call a .pan() method/action which allows you to (self-explanatory really) pan something across the screen.
I currently have three video game scenes panning from left to right and visa versa in the background of my page, behind my content.
Now, I was thinking it would be cool, that instead of when part of the panning image is passed behind my content <div>
s, it would skip to the other side, without going behind the <div>
s.
I would also like for sprites to be able to go from the left side to the right side, so it would be nicer if it wasn't two separate instances of the plugin. I'm open to any suggestions though!
Is there an easy way to specify this?
Thanks!