Ads

Friday 23 January 2015

Responsive 3D Fold Animation on Scroll

responsive3dfoldscroll

Responsive 3D Fold Animation on scroll, very easy to use.
1. INCLUDE JS FILES
<script src="includes/js/responsive_3dfoldscroll.js?v=1"></script>
2. JAVASCRIPT
$( document ).ready(function() {
    window.onload=function(){
        var fold = $.fn.responsive_3dfoldscroll({
            animationLength : 1500
        });
    };
});


No comments:

Post a Comment