A Vertical Scrolling Test with Scrollorama

A Test based on scrollorama by John Polacek

Examples

Several different types of transitions:

Fade In

Fly In

Rotate In

Zoom In

You can apparently animate any numeric CSS property

You can "Pin" Something

Then unpin it

You can do Parallax

Parallax

Parallax

Code:

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
    });
});

About

Scrollorama by John Polacek

Lettering.js by Dave Rupert