Skip to content

Commit ab0fdda

Browse files
committed
Updated the demos
1 parent 419fc7e commit ab0fdda

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,30 @@
11
# TextFieldEffects
22

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.
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 *(some of them have a personal touch)*.
44

55
Currently it features the following effects from the article:
66

77
- [x] Kaede
88
- [x] Hoshi
9-
- [ ] Jiro **(in development)**
9+
- [x] Jiro
1010
- [ ] Isao **(in development)**
1111
- [ ] Minoru **(in development)**
1212

1313
## How they look
1414

1515
### Kaede
1616
<p align="center">
17-
<img src="https://raw.githubusercontent.com/raulriera/TextFieldEffects/master/Screenshot.gif" />
17+
<img src="https://raw.githubusercontent.com/raulriera/TextFieldEffects/master/Screenshots/Kaede.gif" />
18+
</p>
19+
20+
### Hoshi
21+
<p align="center">
22+
<img src="https://raw.githubusercontent.com/raulriera/TextFieldEffects/master/Screenshots/Hoshi.gif" />
23+
</p>
24+
25+
### Jiro
26+
<p align="center">
27+
<img src="https://raw.githubusercontent.com/raulriera/TextFieldEffects/master/Screenshots/Jiro.gif" />
1828
</p>
1929

2030
## Installation

Screenshot.gif

-40.2 KB
Binary file not shown.

Screenshots/Hoshi.gif

25.2 KB
Loading

Screenshots/Jiro.gif

22.5 KB
Loading

Screenshots/Kaede.gif

30.3 KB
Loading

0 commit comments

Comments
 (0)