Demonstration of MobileLikeScroller

Download it on GitHub


To make it works just add to your html file:
        
    <script src="https://code.jquery.com/jquery-latest.min.js"></script>
    <script src="js/mobilelikescroller.js"></script>
        
    

x-scroll

            
    <div class="x-scroll">
        <!-- Content -- >
    </div>
            
        

x-scroll with scrollbar

            
    <div class="x-scroll with-scrollbar">
        <!-- Content -- >
    </div>
            
        

y-scroll

            
    <div class="y-scroll">
        <!-- Content -- >
    </div>
            
        

xy-scroll

            
    <div class="xy-scroll">
        <!-- Content -- >
    </div>
            
        


Download it on GitHub