Skip to content

Commit

Permalink
Adjust readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrekalo committed Feb 13, 2017
1 parent 482e2e0 commit 52b7c5d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#When in viewport
Handle elements as they enter viewport with this simple and lightweight jQuery plugin.
Useful for lazy loading of modules and content of any kind or applying animations.
It weighs about 1KB.

[![Build Status](https://travis-ci.org/dbrekalo/whenInViewport.svg?branch=master)](https://travis-ci.org/dbrekalo/whenInViewport)
[![Coverage Status](https://coveralls.io/repos/github/dbrekalo/whenInViewport/badge.svg?branch=master)](https://coveralls.io/github/dbrekalo/whenInViewport?branch=master)
[![NPM Status](https://img.shields.io/npm/v/when-in-viewport.svg)](https://www.npmjs.com/package/when-in-viewport)

Handle elements as they enter viewport with this simple and lightweight javascript library.
Useful for content lazy loading and applying timed animations.
Has no dependencies and weighs less than 2KB.

[Demo and documentation can be found here](http://dbrekalo.github.io/whenInViewport/)

0 comments on commit 52b7c5d

Please sign in to comment.