Animate When Scrolled Into View jQuery Plugin | byscroll

byscroll is a very light jQuery plugin that applies CSS3 animations powered by Animate.css to HTML elements when they are rendered.

animate div on scroll jquery, animate when scrolled into view jquery, jquery animation on scroll position, scroll triggered animations, scroll down animation in jquery

How to make use of it:

1. Add the latest version of the jQuery library and jQuery byscroll plugin to your web page.

<script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="js/jquery.byscroll.js"></script>

2. Add the required Animate.css to the web page.

<link rel="stylesheet" href="css/animate.css">

3. Call the listenedByScroll() element and apply the Animation class.

$("#item1").listenedByScroll("animated rubberBand");
$("#item2").listenedByScroll("animated flipInX");
$("#item3").listenedByScroll("animated bounceInUp");
...

fancy scroll animations with jquery, ByScroll Plugin/Github, vertical scroll animation jquery, best scroll animation library


See Demo And Download

Official Website(ynzkai): Click Here

This superior jQuery/javascript plugin is developed by ynzkai. For extra advanced usage, please go to the official website.

Related Posts

Star-Rating-System

Create A Simple Star Rating System Using JavaScript

Star Rating System is a small JavaScript library to create a customizable star rating control and gradually improves it from a regular checkbox with numeric values. Star…

File-upload-with-preview

A Simple File Upload That Shows A Preview of the Uploaded Image

File upload with preview aims to address the issue of showing a preview of the uploaded user photo in an easy-to-use package. This is a simple front-end…

Animated-Sliding-Active-Menu

Animated Sliding Active Menu Item Indicator In jQuery | Navigation Menu

Animated Active Menu Indicator – A recent scrolling navigation cursor that moves when you hover over or activate a menu item. Written in jQuery and CSS/CSS3. Must…

iTooltip

[iTooltip] Replace the Original Advanced Tooltip Library

The JavaScript library lets you convert native tooltips into customizable overlays. iTooltip is a pure JS to replace the native tooltip that creates a custom pop-up hint…

Use-Online-Ping

How To Use Online Ping In Vanilla JavaScript Ping.js

Ping.js is a small and simple javascript library for ping response times for servers in pure javascript. Ping.js is a vanilla JavaScript library to supply a web-based…

jquery-fancy-file-uploader

Convert An HTML File Input Type Into a Fancy File Uploader

jQuery Fancy File Uploader is a jQuery extension for converting an HTML file input type into a portable fancy file uploader. Choose from an MIT or LGPL…