terrymun / paver

Paver, a panorama/image viewer replicating the effect seen in Facebook Pages app
MIT License
123 stars 38 forks source link

Auto Scroll at start #5

Closed aaronhb closed 8 years ago

aaronhb commented 8 years ago

Is there a way to auto scroll at load to have it scroll back and forth at set speed or a click action to make a play button to make it do it?

aaronhb commented 8 years ago

Anyone?

terrymun commented 8 years ago

Simply use a setInterval function to call the .pan() method, that should work fine. See how to use .pan() here.