File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,45 @@ Demo: [hyper-effects-demo.web.app](https://hyper-effects-demo.web.app/)
19
19
pointer events.
20
20
* 🚀 ** Easy Integration:** Missing an effect? The API is designed to be simple and easy to extend.
21
21
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
+
22
61
## Getting started
23
62
24
63
### Installation
You can’t perform that action at this time.
0 commit comments