Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pioug/angular-whimsical-ripple

Angular directive to create ripple effect
https://github.com/pioug/angular-whimsical-ripple

angular material-design

Last synced: 4 months ago
JSON representation

Angular directive to create ripple effect

Awesome Lists containing this project

README

        

**angular-whimsical-ripple** is a Angular directive to create a ripple effect.

Preview
---
[http://pioug.github.io/angular-whimsical-ripple](http://pioug.github.io/angular-whimsical-ripple)

Usage
---

1. Install package via `bower`:
```sh
bower install --save angular-whimsical-ripple
```

2. Embed the script in your HTML file:
```html

```

3. Load `whimsicalRipple` as a module dependency of your Angular application:
```js
angular.module('demoRipple', ['whimsicalRipple']);
```

4. Use the HTML class `ripple` (and `ripple-light`) to create a ripple effect on a clickable element:
```html
Link #1
Link #2
```

Browser compatibility
---

- Chrome
- Firefox
- Safari 8
- Internet Explorer 11