A Vertical Scrolling Test with Scrollorama
Several different types of transitions:
You can apparently animate any numeric CSS property
The animation parameters you can use are:
Note: If you are not using the pinning feature, it is recommended you disable it. Pinning requires scroll blocks to be converted to absolute positioning, which can break some layouts.
$(document).ready(function() { var scrollorama = $.scrollorama({ enablePin:false }); });