Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/notwaldorf/emoji-rain

☔️✨ A Polymer element that makes it rain emoji
https://github.com/notwaldorf/emoji-rain

Last synced: about 2 months ago
JSON representation

☔️✨ A Polymer element that makes it rain emoji

Awesome Lists containing this project

README

        

# :sparkles: emoji-rain :sparkles:

`` is a Polymer element that makes it rain emoji on any page. Because it can.

emoji rain

☔️ The number of drops is configurable (by default it's set to 250). The `active`
attribute determines whether the emoji are raining, but you can also manually
`start()` and `stop()` the rain.

Example:

```html

```

💸️ Optionally, you can also use the Twitter emoji instead of the native ones.
`twemoji.js` and all its images will only be loaded on demand, so if you don't
want to eat the performance cost, you don't have to:
```html

```

## Usage
Install with bower:
```
mkdir emoji-rain-demo && cd emoji-rain-demo
bower install emoji-rain
```
Drop it in a page, next to the newly created `bower_components` folder:
```html



zomg





```

# :sparkles::umbrella::joy_cat: