react-voodoo 2.5.5 → 2.5.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-voodoo",
3
- "version": "2.5.5",
3
+ "version": "2.5.6",
4
4
  "license": "(CC-BY-ND-4.0 OR AGPL-3.0-only)",
5
5
  "main": "./dist/react-voodoo.js",
6
6
  "author": "Nathan Braun <n8tz.js@gmail.com>",
@@ -20,7 +20,7 @@
20
20
  "dependencies": {
21
21
  "@babel/runtime": "^7.12.5",
22
22
  "color-rgba": "^2.1.0",
23
- "d3-ease": "^3.0.1",
23
+ "d3-ease": "^2.0.0",
24
24
  "deep-extend": "^0.6.0",
25
25
  "fast-deep-equal": "^2.0.1",
26
26
  "shortid": "^2.2.15",
package/readme.md CHANGED
@@ -30,7 +30,7 @@ React-Voodoo use a delta-based interpolation engine that solves this problem, it
30
30
  - Swipeable complex animations ( like Android & iOS )
31
31
  - Fast & direct DOM updates ( not bound to the React rendering loop )
32
32
  - Server Side Rendering of any scroll / swipe position
33
- - Easily connect sensors to complex animations
33
+ - Easily connect sensors / gestures to complex animations
34
34
  - Hot switching scrollable anims ( responsive )
35
35
  - Predictive inertia ( knowing where inertia will stop while animating )
36
36
  - Multitouch dragging ( drag multiple things at once )