react-voodoo 2.5.1 → 2.5.3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-voodoo",
3
- "version": "2.5.1",
3
+ "version": "2.5.3",
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>",
package/readme.md CHANGED
@@ -20,12 +20,17 @@ ___
20
20
 
21
21
  ## Why another animation engine ?
22
22
 
23
- To have some advanced functionalities :
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
- - Additive tween ( simultaneous tween on same properties like web animation APIs )
26
- - Swipeable animations ( like Android & iOS )
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
- [![collaborators welcome](https://img.shields.io/badge/collaborators-welcome-brightgreen.svg?style=flat)](#)
53
- <span class="badge-paypal"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=THPSUB2U58AYQ&item_name=Dev+react-voodoo&currency_code=EUR&source=url" title="Donate to this project using Paypal"><img src="https://img.shields.io/badge/paypal-donate-yellow.svg" alt="PayPal donate button" /></a></span>
54
- <a href="https://liberapay.com/Nathan/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a>
55
- [![*](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)](#)
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)](#)