sparkfx 1.2.2 → 1.2.3
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 +6 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -22,6 +22,12 @@
|
|
|
22
22
|
<a href="https://sparkfx.vercel.app/playground">🎮 Playground</a>
|
|
23
23
|
</p>
|
|
24
24
|
|
|
25
|
+
> ⚠️ **Bakım Durduruldu / Maintenance Paused**
|
|
26
|
+
>
|
|
27
|
+
> Bu paket belirsiz bir süre için güncelleme almayacaktır. Mevcut özellikler çalışmaya devam edecektir.
|
|
28
|
+
>
|
|
29
|
+
> This package will not receive updates for an indefinite period. Current features will continue to work.
|
|
30
|
+
|
|
25
31
|
---
|
|
26
32
|
|
|
27
33
|
I got tired of copy-pasting the same CSS animations between projects. So I built sparkfx - a collection of 45+ effects that just work.
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sparkfx",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"description": "45+ micro-interaction effects with Event Bus & Testing Kit. Motion, scroll, visual effects. Zero dependencies, full TypeScript.",
|
|
5
|
+
"homepage": "https://sparkfx.vercel.app",
|
|
5
6
|
"author": "Lynch",
|
|
6
7
|
"license": "MIT",
|
|
7
8
|
"type": "module",
|
|
@@ -143,6 +144,5 @@
|
|
|
143
144
|
},
|
|
144
145
|
"bugs": {
|
|
145
146
|
"url": "https://github.com/mrLynchs/sparkfx/issues"
|
|
146
|
-
}
|
|
147
|
-
"homepage": "https://sparkfx.dev"
|
|
147
|
+
}
|
|
148
148
|
}
|