Skip to content

jecons/FoldScroll

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FoldScroll

An experimental CSS 3D scroll behavior jQuery plugin.

See the demo

Example:

$( '.container' ).foldscroll({
    
    // Perspective to apply to rotating elements
    perspective: 600,

    // Default shading to apply (null => no shading)
    shading: 'rgba(0,0,0,0.2)',
    
    // Area of rotation (fraction or pixel value)
    margin: 0.2
});

About

Experimental CSS 3D scroll behavior

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published