jquery.cyclotron.js (Demo)
<div class="cycle" style="background:url(panorama.jpg);height:512px"></div>
$(document).ready(function ($) {
$('.cycle').cyclotron();
});
dampingFactor
- should be somewhere around 0.9, should be > 0 and < 1 (default: 0.93)
historySize
- size of the array which stores the deltas (default: 5)