Skip to content

Commit 2b2e150

Browse files
Merge pull request #16 from mladenplavsic/develop
Develop
2 parents f127b03 + d3623f1 commit 2b2e150

File tree

3 files changed

+24
-8
lines changed

3 files changed

+24
-8
lines changed

README.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,32 @@
44

55
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.
66

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.
825

926
![CSS ripple effect example](https://github.com/mladenplavsic/css-ripple-effect/raw/master/docs/images/example-css-ripple-effect.gif "CSS ripple effect example")
1027

1128
* [Demo](https://mladenplavsic.github.io/css-ripple-effect/)
12-
* [Bootswatch Paper theme demo](https://bootswatch.com/paper/#buttons)
13-
* [Bootswatch witn Bootstrap v4-alpha Materia theme demo](https://bootswatch.com/4-alpha/materia/#buttons)
29+
* [Bootswatch Materia theme demo](https://bootswatch.com/materia/#buttons)
30+
* [Bootswatch Paper (Bootstrap v3) theme demo](https://bootswatch.com/3/paper/#buttons)
1431

1532
Supporters
1633
==========
1734

18-
- **BrowserStack**: Live, Web-Based Browser Testing https://browserstack.com
35+
- **BrowserStack**: Live, Web-Based Browser Testing https://browserstack.com
94.3 KB
Loading

docs/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h2 id="project_tagline">CSS-only implementation of Android Material design &quo
6666

6767
<p>This solution is also implemented in one of the biggest Bootstrap theming libraries <a
6868
href="https://bootswatch.com/" target="_blank">Bootswatch</a> in their <a
69-
href="https://bootswatch.com/paper/#buttons" target="_blank">Paper theme</a>.</p>
69+
href="https://bootswatch.com/materia/#buttons" target="_blank">Materia theme</a>.</p>
7070

7171
<p>
7272
<a href="#examples">More examples</a>
@@ -241,9 +241,8 @@ <h2 id="examples">Examples</h2>
241241
<h3>Examples on Bootswatch website</h3>
242242

243243
<ul>
244-
<li><a href="https://bootswatch.com/paper/#buttons" target="_blank">Bootswatch Paper theme demo</a></li>
245-
<li><a href="https://bootswatch.com/4-alpha/materia/#buttons" target="_blank">Bootswatch witn Bootstrap
246-
v4-alpha Materia theme demo</a></li>
244+
<li><a href="https://bootswatch.com/materia/#buttons" target="_blank">Bootswatch Materia theme demo</a></li>
245+
<li><a href="https://bootswatch.com/3/paper/#buttons" target="_blank">Bootswatch Paper (Bootstrap v3) theme demo</a></li>
247246
</ul>
248247

249248
<h2>Supporters</h2>

0 commit comments

Comments
 (0)