Skip to content

Commit 3155b04

Browse files
authored
Merge pull request #3 from canopas/update-readme
Update readme
2 parents e18430f + a8d6993 commit 3155b04

16 files changed

+79
-3
lines changed

README.md

Lines changed: 77 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,83 @@ We keep building complex animations using tailwind css. Our goal is to build rea
66

77
## 🚀 Showcase
88

9-
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/animations.gif">
9+
<table>
10+
<tr>
11+
<td align="center">
12+
<img src="https://github.com/canopas/tailwind-animations/blob/main/assets/images/rotate-square.gif" width="250px" height="250px">
13+
<br />
14+
Rotate Square
15+
</td>
16+
<td align="center">
17+
<img src="https://github.com/canopas/Jetpack-compose-animations-examples/blob/main/assets/images/progress-dot.gif" width="250px" height="250px">
18+
<br />
19+
Progress Dots
20+
</td>
21+
<td align="center">
22+
<img src="https://github.com/canopas/Jetpack-compose-animations-examples/blob/main/assets/images/heart.gif" width="250px" height="250px">
23+
<br />
24+
Jumping Heart
25+
</td>
26+
</tr>
27+
<tr>
28+
<td align="center">
29+
<img src="https://github.com/canopas/Jetpack-compose-animations-examples/blob/main/assets/images/rotate-dot.gif" width="250px" height="250px">
30+
<br />
31+
Rotate Dot
32+
</td>
33+
<td align="center">
34+
<img src="https://github.com/canopas/Jetpack-compose-animations-examples/blob/main/assets/images/pacman.gif" width="250px" height="250px">
35+
<br />
36+
Pacman
37+
</td>
38+
<td align="center">
39+
<img src="https://github.com/canopas/Jetpack-compose-animations-examples/blob/main/assets/images/three-bounce.gif" width="250px" height="250px">
40+
<br />
41+
Three Bounce
42+
</td>
43+
</tr>
44+
<tr>
45+
<td align="center">
46+
<img src="https://github.com/canopas/tailwind-animations/blob/main/assets/images/arc-rotation.gif" width="250px" height="250px">
47+
<br />
48+
Arc Rotation
49+
</td>
50+
<td align="center">
51+
<img src="https://github.com/canopas/Jetpack-compose-animations-examples/blob/main/assets/images/rotate-two-dots.gif" width="250px" height="250px">
52+
<br />
53+
Rotate Two Dots
54+
</td>
55+
<td align="center">
56+
<img src="https://github.com/canopas/Jetpack-compose-animations-examples/blob/main/assets/images/square-fill.gif" width="250px" height="250px">
57+
<br />
58+
Square Fill
59+
</td>
60+
</tr>
61+
<tr>
62+
<td align="center">
63+
<img src="https://github.com/canopas/Jetpack-compose-animations-examples/blob/main/assets/images/clock.gif" width="250px" height="250px">
64+
<br />
65+
Clock
66+
</td>
67+
<td align="center">
68+
<img src="https://github.com/canopas/Jetpack-compose-animations-examples/blob/main/assets/images/rotate-circle.gif" width="250px" height="250px">
69+
<br />
70+
Rotate Circle
71+
</td>
72+
<td align="center">
73+
<img src="https://github.com/canopas/Jetpack-compose-animations-examples/blob/main/assets/images/wave.gif" width="250px" height="250px">
74+
<br />
75+
Wave
76+
</td>
77+
</tr>
78+
<tr>
79+
<td align="center">
80+
<img src="https://github.com/canopas/Jetpack-compose-animations-examples/blob/main/assets/images/twin-circle.gif" width="250px" height="250px">
81+
<br />
82+
Twin Circle
83+
</td>
84+
</tr>
85+
</table>
1086

1187
# Bugs and Feedback
1288
For bugs, questions and discussions please use the [Github Issues](https://github.com/canopas/tailwind-animations/issues).

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ import Pacman from "./components/Pacman.vue";
3535

3636
<style scoped lang="postcss">
3737
.wrapper {
38-
@apply relative flex gap-2 h-64 w-64 bg-pink-100 items-center justify-center m-4;
38+
@apply relative flex gap-4 h-64 w-64 bg-pink-100 items-center justify-center m-4;
3939
}
4040
</style>

src/assets/images/arc-rotation.gif

238 KB
Loading

src/assets/images/clock.gif

71.2 KB
Loading

src/assets/images/heart.gif

145 KB
Loading

src/assets/images/pacman.gif

36.9 KB
Loading

src/assets/images/process-dot.gif

70.3 KB
Loading
125 KB
Loading

src/assets/images/rotate-dot.gif

25.8 KB
Loading
87.3 KB
Loading

0 commit comments

Comments
 (0)