select-animation 1.2.3 → 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.
Files changed (2) hide show
  1. package/package.json +6 -2
  2. package/readme.md +13 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "select-animation",
3
- "version": "1.2.3",
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": {
@@ -10,6 +10,10 @@
10
10
  "type": "git",
11
11
  "url": "https://github.com/housseynCheriet/Select-Animation"
12
12
  },
13
+ "bugs": {
14
+ "url": "https://github.com/housseynCheriet/Select-Animation/issues"
15
+ },
16
+ "homepage": "https://selectjs.vercel.app",
13
17
  "keywords": [
14
18
  "animation",
15
19
  "javascript",
@@ -19,4 +23,4 @@
19
23
  ],
20
24
  "author": "Housseyn Cheriet",
21
25
  "license": "MIT"
22
- }
26
+ }
package/readme.md CHANGED
@@ -1,6 +1,17 @@
1
1
 
2
2
  # 🚀 Select-Animation
3
3
 
4
+ [![npm version](https://img.shields.io/npm/v/select-animation.svg)](https://www.npmjs.com/package/select-animation)
5
+ [![GitHub license](https://img.shields.io/github/license/housseynCheriet/Select-Animation.svg)](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,6 +244,8 @@ 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
 
247
+
248
+
236
249
  ---
237
250
 
238
251
  # ⚙ Internal Architecture