select-animation 1.2.4 → 1.2.5
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/package.json +2 -2
- package/readme.md +11 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "select-animation",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.5",
|
|
4
4
|
"description": "High-performance JavaScript animation engine for organic & fluid motion",
|
|
5
5
|
"main": "select-animation.js",
|
|
6
6
|
"scripts": {
|
|
@@ -23,4 +23,4 @@
|
|
|
23
23
|
],
|
|
24
24
|
"author": "Housseyn Cheriet",
|
|
25
25
|
"license": "MIT"
|
|
26
|
-
}
|
|
26
|
+
}
|
package/readme.md
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
|
|
2
2
|
# 🚀 Select-Animation
|
|
3
3
|
|
|
4
|
+
[](https://www.npmjs.com/package/select-animation)
|
|
5
|
+
[](https://github.com/housseynCheriet/Select-Animation)
|
|
6
|
+
|
|
7
|
+
A high-performance, lightweight JavaScript animation engine.
|
|
8
|
+
|
|
9
|
+
**Support our project:** [selectjs.vercel.app](https://selectjs.vercel.app)
|
|
10
|
+
**NPM Package:** [npmjs.com/package/select-animation](https://www.npmjs.com/package/select-animation)
|
|
11
|
+
**Source Code:** [github.com/housseynCheriet/Select-Animation](https://github.com/housseynCheriet/Select-Animation)
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
4
15
|
## **High‑Performance JavaScript Engine for Organic & Fluid Motion**
|
|
5
16
|
|
|
6
17
|
**Select-Animation** is a lightweight yet powerful JavaScript animation engine built in pure JavaScript, with zero dependencies. Designed for developers who require **full control over timing, easing, looping, and DOM interactions**, it emphasizes **performance, mathematical precision, and flexibility**.
|
|
@@ -233,16 +244,7 @@ Experiment with **Select-Animation** and explore various examples in your browse
|
|
|
233
244
|
|
|
234
245
|
This interactive playground allows you to tweak properties, easing types, and sequences in real-time.
|
|
235
246
|
|
|
236
|
-
---
|
|
237
|
-
|
|
238
|
-
[](https://www.npmjs.com/package/select-animation)
|
|
239
|
-
[](https://github.com/housseynCheriet/Select-Animation)
|
|
240
|
-
|
|
241
|
-
A high-performance, lightweight JavaScript animation engine.
|
|
242
247
|
|
|
243
|
-
**Support our project:** [selectjs.vercel.app](https://selectjs.vercel.app)
|
|
244
|
-
**NPM Package:** [npmjs.com/package/select-animation](https://www.npmjs.com/package/select-animation)
|
|
245
|
-
**Source Code:** [github.com/housseynCheriet/Select-Animation](https://github.com/housseynCheriet/Select-Animation)
|
|
246
248
|
|
|
247
249
|
---
|
|
248
250
|
|