Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Apoorv Saxena committed Aug 29, 2017
1 parent fb89941 commit e7a730c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
@@ -1,6 +1,6 @@
Lozad [![npm version](https://badge.fury.io/js/lozad.svg)](https://badge.fury.io/js/lozad)
=====
*Advanced Lazy Loader using Intersection Observer API*
*Advanced performant Lazy Loader using Intersection Observer API*
***

lozad.js is a light-weight library to lazy load elements using JavaScript.
Expand All @@ -13,11 +13,8 @@ Existing lazy loading libraries hook up the scroll event or use a periodic timer

Making this more efficient and performant is what [IntersectionObserver](https://developers.google.com/web/updates/2016/04/intersectionobserver) is designed for, and it’s landed in Chrome 51. IntersectionObservers let you know when an observed element enters or exits the browser’s viewport.

Demo
[Demo](https://apoorv.pro/lozad.js/demo/index.html)
-----
[View demo](https://apoorv.pro/lozad.js/demo/index.html)

![Lazy loading images javascript library](./screenshots/recording.gif "Lazy loading images javascript library")

Installation
-----
Expand Down
Binary file removed screenshots/recording.gif
Binary file not shown.

0 comments on commit e7a730c

Please sign in to comment.