Is there a way to add easing to the following Scrollorama effect so it doesn't jerk up and down the screen?
Thanks
$().ready(function() {
var scrollorama = $.scrollorama({ blocks:'#wrapper' });
scrollorama.animate('.work_dots',{ delay: 200, duration: 1100, property:'top', start:-700, end:100 });
});