Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notwaldorf/emoji-rain
☔️✨ A Polymer element that makes it rain emoji
https://github.com/notwaldorf/emoji-rain
Last synced: 3 months ago
JSON representation
☔️✨ A Polymer element that makes it rain emoji
- Host: GitHub
- URL: https://github.com/notwaldorf/emoji-rain
- Owner: notwaldorf
- License: mit
- Created: 2015-08-20T23:17:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-26T15:21:50.000Z (over 6 years ago)
- Last Synced: 2024-07-18T04:36:56.250Z (4 months ago)
- Language: HTML
- Homepage: http://meowni.ca/emoji-rain
- Size: 3.97 MB
- Stars: 217
- Watchers: 3
- Forks: 28
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
☔️ 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: