react-voodoo 2.5.1 → 2.5.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/readme.md +14 -7
package/package.json
CHANGED
package/readme.md
CHANGED
@@ -20,12 +20,17 @@ ___
|
|
20
20
|
|
21
21
|
## Why another animation engine ?
|
22
22
|
|
23
|
-
|
23
|
+
Classic Tween engines can only output absolute values, which quickly results in very complex code when we have to
|
24
|
+
gradually compose values from multiple sources (e.g. when merging multiple animations based on user drag interactions )
|
25
|
+
.<br/>
|
24
26
|
|
25
|
-
-
|
26
|
-
|
27
|
+
React-Voodoo use a delta-based interpolation engine that solves this problem, it allows:
|
28
|
+
|
29
|
+
- Additive tween
|
30
|
+
- Swipeable complex animations ( like Android & iOS )
|
27
31
|
- Fast & direct DOM updates ( not bound to the React rendering loop )
|
28
32
|
- Server Side Rendering of any scroll / swipe position
|
33
|
+
- Easily connect sensors to complex animations
|
29
34
|
- Hot switching scrollable anims ( responsive )
|
30
35
|
- Predictive inertia ( knowing where inertia will stop while animating )
|
31
36
|
- Multitouch dragging ( drag multiple things at once )
|
@@ -49,10 +54,11 @@ react-voodoo still miss some interpolator ( like background or borders ).<br/>
|
|
49
54
|
## How can i help ?
|
50
55
|
|
51
56
|
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](#)
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
57
|
+
|
58
|
+
Want new functionalities or just support React-Voodoo ?
|
59
|
+
|
60
|
+
BTC : bc1qh43j8jh6dr8v3f675jwqq3nqymtsj8pyq0kh5a<br/>
|
61
|
+
Paypal : <span class="badge-paypal"><a href="https://www.paypal.com/donate/?hosted_button_id=ECHYGKY3GR7CN" title="Donate to this project using Paypal"><img src="https://img.shields.io/badge/paypal-donate-yellow.svg" alt="PayPal donate button" /></a></span>
|
56
62
|
|
57
63
|
## Basics
|
58
64
|
|
@@ -272,5 +278,6 @@ const Sample = ( {} ) => {
|
|
272
278
|
Using CC BY-ND, you can use it in commercial apps, but you can't distribute modified versions.<br/>
|
273
279
|
Using AGPL, you can distribute modified versions but theses versions must be AGPL too.
|
274
280
|
|
281
|
+
|
275
282
|
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](#)
|
276
283
|
[![*](https://www.google-analytics.com/collect?v=1&tid=UA-82058889-1&cid=555&t=event&ec=project&ea=view&dp=%2Fproject%2Freact-voodoo&dt=readme)](#)
|