@zakkster/lite-physics 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,6 +9,8 @@
9
9
 
10
10
  Spring-based DOM animation with velocity handoff. Magnetic hover, draggable cards, Tinder-style swipe.
11
11
 
12
+ **[→ Live Recipes Gallery Demo](https://cdpn.io/pen/debug/dPpzmbZ)**
13
+
12
14
  **100 springs share 1 RAF loop. Zero rAF spam. Zero GC.**
13
15
 
14
16
  ## Why lite-physics?
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zakkster/lite-physics",
3
3
  "author": "Zahary Shinikchiev <shinikchiev@yahoo.com>",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "description": "Spring-based DOM animation with velocity handoff. Magnetic hover, draggable cards, Tinder-style swipe. Shared ticker, zero rAF spam.",
6
6
  "type": "module",
7
7
  "main": "Physics.js",