animejs 4.0.2 → 4.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -20,6 +20,33 @@
20
20
  <img alt="GitHub Sponsors" src="https://img.shields.io/github/sponsors/juliangarnier?style=flat-square&logo=github">
21
21
  </p>
22
22
 
23
+ ## Sponsors
24
+
25
+ Anime.js is 100% free and is only made possible with the help of our sponsors.
26
+ Help the project become sustainable by sponsoring us on <a target="_blank" href="https://github.com/sponsors/juliangarnier">GitHub Sponsors</a>.
27
+
28
+ ### Platinum sponsors
29
+
30
+ <p>
31
+ <a target="_blank" href="https://ice.io/?ref=animejs">
32
+ <picture>
33
+ <source media="(prefers-color-scheme: dark)" srcset="./assets/sponsors/ice-open-network-logomark.png">
34
+ <img align="center" src="./assets/sponsors/ice-open-network-logomark-dark.png" width="250">
35
+ </picture>
36
+ </a>
37
+ </p>
38
+
39
+ ### Silver sponsors
40
+
41
+ <p>
42
+ <a target="_blank" href="https://www.lambdatest.com?utm_source=animeJS&utm_medium=organic&utm_campaign=july_08&utm_term=sk&utm_content=opensource">
43
+ <picture>
44
+ <source media="(prefers-color-scheme: dark)" srcset="./assets/sponsors/lambdatest-logomark.png">
45
+ <img align="center" src="./assets/sponsors/lambdatest-logomark-dark.png" width="150">
46
+ </picture>
47
+ </a>
48
+ </p>
49
+
23
50
  ## Usage
24
51
 
25
52
  Anime.js V4 works by importing ES modules like so:
@@ -74,51 +101,4 @@ Then, execute the following scripts with `npm run <script>`.
74
101
  | `test-node` | Start all Node related tests |
75
102
  | `open-examples` | Start a local server to browse the examples locally |
76
103
 
77
- ## Our sponsors
78
-
79
- Anime.js is 100% free and is only made possible with the help of our sponsors.
80
- Help the project become sustainable by sponsoring us on <a target="_blank" href="https://github.com/sponsors/juliangarnier">GitHub Sponsors</a>.
81
-
82
- ### Platinum sponsors
83
-
84
- <table>
85
- <tr>
86
- <td>
87
- <a target="_blank" href="https://huly.io/?ref=animejs">
88
- <picture>
89
- <source media="(prefers-color-scheme: dark)" srcset="./assets/sponsors/huly-logomark.svg">
90
- <img align="center" src="./assets/sponsors/huly-logomark-dark.svg" width="128">
91
- </picture>
92
- </a>
93
- </td>
94
- <td>
95
- <a target="_blank" href="https://ice.io/?ref=animejs">
96
- <picture>
97
- <source media="(prefers-color-scheme: dark)" srcset="./assets/sponsors/ice-open-network-logomark.svg">
98
- <img align="center" src="./assets/sponsors/ice-open-network-logomark-dark.svg" width="128">
99
- </picture>
100
- </a>
101
- </td>
102
- <td>
103
- <a target="_blank" href="https://github.com/sponsors/juliangarnier">
104
- <picture>
105
- <source media="(prefers-color-scheme: dark)" srcset="./assets/sponsors/placeholder.svg">
106
- <img align="center" src="./assets/sponsors/placeholder-dark.svg" width="128">
107
- </picture>
108
- </a>
109
- </td>
110
- </tr>
111
- <tr>
112
- <td align="center">
113
- <a target="_blank" href="https://huly.io/?ref=animejs">Huly</a>
114
- </td>
115
- <td align="center">
116
- <a target="_blank" href="https://ice.io/?ref=animejs">Ice Open Network</a>
117
- </td>
118
- <td align="center">
119
- <a target="_blank" href="https://github.com/sponsors/juliangarnier">Your logo here</a>
120
- </td>
121
- </tr>
122
- </table>
123
-
124
104
  © [Julian Garnier](http://juliangarnier.com) | [MIT License](LICENSE.md)