Skip to content

Commit 64a1c9a

Browse files
committed
Fix gif path
1 parent 3155b04 commit 64a1c9a

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,75 +9,75 @@ We keep building complex animations using tailwind css. Our goal is to build rea
99
<table>
1010
<tr>
1111
<td align="center">
12-
<img src="https://github.com/canopas/tailwind-animations/blob/main/assets/images/rotate-square.gif" width="250px" height="250px">
12+
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/rotate-square.gif" width="250px" height="250px">
1313
<br />
1414
Rotate Square
1515
</td>
1616
<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">
17+
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/progress-dot.gif" width="250px" height="250px">
1818
<br />
1919
Progress Dots
2020
</td>
2121
<td align="center">
22-
<img src="https://github.com/canopas/Jetpack-compose-animations-examples/blob/main/assets/images/heart.gif" width="250px" height="250px">
22+
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/heart.gif" width="250px" height="250px">
2323
<br />
2424
Jumping Heart
2525
</td>
2626
</tr>
2727
<tr>
2828
<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">
29+
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/rotate-dot.gif" width="250px" height="250px">
3030
<br />
3131
Rotate Dot
3232
</td>
3333
<td align="center">
34-
<img src="https://github.com/canopas/Jetpack-compose-animations-examples/blob/main/assets/images/pacman.gif" width="250px" height="250px">
34+
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/pacman.gif" width="250px" height="250px">
3535
<br />
3636
Pacman
3737
</td>
3838
<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">
39+
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/three-bounce.gif" width="250px" height="250px">
4040
<br />
4141
Three Bounce
4242
</td>
4343
</tr>
4444
<tr>
4545
<td align="center">
46-
<img src="https://github.com/canopas/tailwind-animations/blob/main/assets/images/arc-rotation.gif" width="250px" height="250px">
46+
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/arc-rotation.gif" width="250px" height="250px">
4747
<br />
4848
Arc Rotation
4949
</td>
5050
<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">
51+
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/rotate-two-dots.gif" width="250px" height="250px">
5252
<br />
5353
Rotate Two Dots
5454
</td>
5555
<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">
56+
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/square-fill.gif" width="250px" height="250px">
5757
<br />
5858
Square Fill
5959
</td>
6060
</tr>
6161
<tr>
6262
<td align="center">
63-
<img src="https://github.com/canopas/Jetpack-compose-animations-examples/blob/main/assets/images/clock.gif" width="250px" height="250px">
63+
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/clock.gif" width="250px" height="250px">
6464
<br />
6565
Clock
6666
</td>
6767
<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">
68+
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/rotate-circle.gif" width="250px" height="250px">
6969
<br />
7070
Rotate Circle
7171
</td>
7272
<td align="center">
73-
<img src="https://github.com/canopas/Jetpack-compose-animations-examples/blob/main/assets/images/wave.gif" width="250px" height="250px">
73+
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/wave.gif" width="250px" height="250px">
7474
<br />
7575
Wave
7676
</td>
7777
</tr>
7878
<tr>
7979
<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">
80+
<img src="https://github.com/canopas/tailwind-animations/blob/main/src/assets/images/twin-circle.gif" width="250px" height="250px">
8181
<br />
8282
Twin Circle
8383
</td>

0 commit comments

Comments
 (0)