Skip to content

Commit 740ef81

Browse files
committed
📝 update readme with example GIFs.
1 parent a13378b commit 740ef81

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,45 @@ Demo: [hyper-effects-demo.web.app](https://hyper-effects-demo.web.app/)
1919
pointer events.
2020
* 🚀 **Easy Integration:** Missing an effect? The API is designed to be simple and easy to extend.
2121

22+
## Examples
23+
24+
<table>
25+
<tr>
26+
<td align="center">
27+
<img src="https://raw.githubusercontent.com/hyper-designed/hyper_effects/main/.github/assets/scroll_transition.gif" width="320px">
28+
<br />
29+
Scroll Transition
30+
</td>
31+
<td align="center">
32+
<img src="https://raw.githubusercontent.com/hyper-designed/hyper_effects/main/.github/assets/scroll_wheel.gif" width="320px">
33+
<br />
34+
Scroll Wheel
35+
</td>
36+
<td align="center">
37+
<img src="https://raw.githubusercontent.com/hyper-designed/hyper_effects/main/.github/assets/scroll_blur.gif" width="320px">
38+
<br />
39+
Scroll Blur
40+
</td>
41+
</tr>
42+
<tr>
43+
<td align="center">
44+
<img src="https://raw.githubusercontent.com/hyper-designed/hyper_effects/main/.github/assets/windows.gif" width="320px">
45+
<br />
46+
Windows Hover Effect
47+
</td>
48+
<td align="center">
49+
<img src="https://raw.githubusercontent.com/hyper-designed/hyper_effects/main/.github/assets/scroll_color_filter.gif" width="320px">
50+
<br />
51+
Scroll Color Filter
52+
</td>
53+
<td align="center">
54+
<img src="https://raw.githubusercontent.com/hyper-designed/hyper_effects/main/.github/assets/spring.gif" width="320px">
55+
<br />
56+
Spring Animation
57+
</td>
58+
</tr>
59+
</table>
60+
2261
## Getting started
2362

2463
### Installation

0 commit comments

Comments
 (0)