Skip to content

Commit 022fae9

Browse files
committed
Improved the docs
1 parent 8b79384 commit 022fae9

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
11
# TextFieldEffects
2-
Custom textfield effects as seen in http://tympanus.net/codrops/2015/01/08/inspiration-text-input-effects/
32

4-
## How it looks
3+
I fell in love with the text inputs effects in [this article](http://tympanus.net/codrops/2015/01/08/inspiration-text-input-effects/). As an exercise I decided to recreate as many of them as I can using Swift.
54

5+
Currently it features the following effects from the article:
6+
7+
- [x] Kaede
8+
- [x] Hoshi
9+
- [ ] Jiro **(in development)**
10+
- [ ] Isao **(in development)**
11+
- [ ] Minoru **(in development)**
12+
13+
## How they look
14+
15+
### Kaede
616
<p align="center">
717
<img src="https://raw.githubusercontent.com/raulriera/TextFieldEffects/master/Screenshot.gif" />
818
</p>
919

1020
## Installation
1121

12-
The easiest way to use this framework is via [Carthage](https://github.com/Carthage/Carthage)
22+
The easiest way to install this framework is via [Carthage](https://github.com/Carthage/Carthage)
1323

1424
```
1525
github "raulriera/TextFieldEffects" ~> 0.1.0

0 commit comments

Comments
 (0)