jquery - Move Object and Viewport -


so have following code: http://jsfiddle.net/pt22r/3/

it works great i'd able move viewport while player moves can see object on side.

this want have when move player left arrow key:

http://i.imgur.com/klebmmn.png

case 37:         // add here?         $div.css('left', $div.offset().left - 10); 

rather moving player , keeping object halfway hidden is.

this should simple enough, i'm not sure call for. p.s: i'd keep overflow: hidden

thanks in advance!


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -