From 66f80629cd41544f1e517a3aaf2905e63bf897da Mon Sep 17 00:00:00 2001 From: ntr Date: Wed, 16 Oct 2019 12:06:22 +1100 Subject: [PATCH] pimp siphon --- client/src/components/anims/siphon.tick.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/anims/siphon.tick.jsx b/client/src/components/anims/siphon.tick.jsx index 5d0faaf9..43155c07 100644 --- a/client/src/components/anims/siphon.tick.jsx +++ b/client/src/components/anims/siphon.tick.jsx @@ -93,7 +93,7 @@ class SiphonTick extends Component { cy: 150 + (Math.random() * 300 * (Math.random() < 0.5 ? -1 : 1)), delay: (Math.random() * duration * 1 / 2), duration, - easing: 'easeInQuad', + easing: 'easeOutQuad', }); }); }