Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/scriptex/AnimateMe
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptex committed May 5, 2018
2 parents 915e5f9 + aafa279 commit fa047ba
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
[![GitHub stars](https://img.shields.io/github/stars/scriptex/AnimateMe.svg?style=social&label=Stars)](https://github.com/scriptex/AnimateMe)
[![GitHub forks](https://img.shields.io/github/forks/scriptex/AnimateMe.svg?style=social&label=Fork)](https://github.com/scriptex/AnimateMe/network#fork-destination-box)
[![GitHub release](https://img.shields.io/github/release/scriptex/AnimateMe.svg)](https://github.com/scriptex/AnimateMe/releases/latest)
[![GitHub issues](https://img.shields.io/github/issues/scriptex/AnimateMe.svg)](https://github.com/scriptex/AnimateMe/issues)
[![GitHub last commit](https://img.shields.io/github/last-commit/scriptex/AnimateMe.svg)](https://github.com/scriptex/AnimateMe/commits/master)
[![Github file size](https://img.shields.io/github/size/scriptex/AnimateMe/dist/animate.me.min.js.svg)](https://github.com/scriptex/AnimateMe)
[![npm](https://img.shields.io/npm/dt/animateme.svg)](https://www.npmjs.com/package/animateme)
[![npm](https://img.shields.io/npm/v/animateme.svg)](https://www.npmjs.com/package/animateme)
[![license](https://img.shields.io/github/license/scriptex/AnimateMe.svg)](https://github.com/scriptex/AnimateMe)
[![Analytics](https://ga-beacon.appspot.com/UA-83446952-1/github.com/scriptex/AnimateMe/README.md)](https://github.com/scriptex/AnimateMe/)
[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/scriptex/AnimateMe/)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/scriptex/AnimateMe/webpack.config.js/graphs/commit-activity)

[![ForTheBadge built-with-love](http://ForTheBadge.com/images/badges/built-with-love.svg)](https://github.com/scriptex/)
[![ForTheBadge powered-by-electricity](http://ForTheBadge.com/images/badges/powered-by-electricity.svg)](http://ForTheBadge.com)
[![ForTheBadge winter-is-coming](http://ForTheBadge.com/images/badges/winter-is-coming.svg)](http://ForTheBadge.com)

# Animate Me

Animate DOM elements when they enter/leave the browser viewport.
Expand Down
2 changes: 0 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@

<div class="animate-me" style="background-color: lavender;">5th section</div>

<script src="../dist/animate.me.min.js"></script>

<script type="module">
import AnimateMe from '../src/animate.me.js';

Expand Down

0 comments on commit fa047ba

Please sign in to comment.