You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-4Lines changed: 21 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,32 @@
4
4
5
5
Main advantage of this solution is that there is no DOM manipulation in order to create animation. That means this is faster - it doesn't use JavaScript or jQuery to animate.
6
6
7
-
This solution is also implemented in one of the biggest Bootstrap theming libraries [Bootswatch](https://bootswatch.com/) in their [Paper theme](https://bootswatch.com/paper/#buttons).
7
+
This solution is also implemented in one of the biggest Bootstrap theming libraries [Bootswatch](https://bootswatch.com/) in their [Materia theme](https://bootswatch.com/materia/#buttons).
8
+
9
+
Installation
10
+
============
11
+
12
+
This library can be installed via `bower`
13
+
14
+
```
15
+
bower install css-ripple-effect --save
16
+
```
17
+
18
+
Or you can use `npm`
19
+
20
+
```
21
+
npm install css-ripple-effect --save
22
+
```
23
+
24
+
Or you can simply download it in your project, but that way you don't have the option to update if newer versions appear.
0 commit comments