pjtsearch / anscroll

android scroll effect for the web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anscroll.js

anscroll preview

Android scroll effect for the web

Requirements

Jquery

<script src="//code.jquery.com/jquery-3.1.1.js"></script>

How to use

Method 1: Download

Download anscroll.js and androidscroll.png. Add this after the body tag of all the pages you want anscroll on:

<script src="anscroll.js"></script>

Method 2: No download

Add this after the body tag of all the pages you want anscroll on:

<script src="https://pjtsearch.com/androidscroll/anscrollnodownload.js"></script>

About

Anscroll.js is a simple jquery program for creating the android scroll to bottom effect for the web. It is completely free and open source.

How to contribute

Send issues and create pull requsts.

About

android scroll effect for the web

License:GNU General Public License v3.0


Languages

Language:JavaScript 84.6%Language:HTML 15.4%