Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/blivesta/rippler

:construction_worker: Effect that spreads like a wave in touch or click.
https://github.com/blivesta/rippler

Last synced: 2 days ago
JSON representation

:construction_worker: Effect that spreads like a wave in touch or click.

Awesome Lists containing this project

README

        

[![Bower version](https://badge.fury.io/bo/rippler.svg)](http://badge.fury.io/bo/rippler)
[![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)

Rippler
==================
Effect that spreads like a wave in touch or click.
You can also use the buttons on the bootstrap.

![demo image](./docs/assets/images/sample.gif)

## Example & Installation
http://blivesta.github.io/rippler

## Sidenote

Due to click errors on firefox and safari is rippler using 0 for default effectSize!

```
$(document).ready(function() {
$(".rippler").rippler({
effectClass : 'rippler-effect'
,effectSize : 0 // Default size (width & height)
,addElement : 'div' // e.g. 'svg'(feature)
,duration : 400
});
});
```

## License
MIT license.