From 3b8becd489c7fe496ec33ce5824d552c4fc99f3e Mon Sep 17 00:00:00 2001 From: ntr Date: Wed, 3 Jul 2019 00:06:32 +1000 Subject: [PATCH] old hybrid? --- client/src/components/anims/hybrid.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/components/anims/hybrid.jsx b/client/src/components/anims/hybrid.jsx index 2787b6a3..5b0bce31 100644 --- a/client/src/components/anims/hybrid.jsx +++ b/client/src/components/anims/hybrid.jsx @@ -119,6 +119,7 @@ class Hybrid extends Component { this.animations.push(anime({ targets: ['#hybrid circle.bluewhite-one'], + fill: [COLOURS.WHITE, COLOURS.BLUE], cy: [50, 250, 50, 250], delay: TIMES.TARGET_DELAY_MS, duration: TIMES.TARGET_DURATION_MS, @@ -129,6 +130,7 @@ class Hybrid extends Component { this.animations.push(anime({ targets: ['#hybrid circle.bluewhite-two'], cx: [250, 50, 250, 50], + fill: [COLOURS.WHITE, COLOURS.BLUE], delay: TIMES.TARGET_DELAY_MS, duration: TIMES.TARGET_DURATION_MS, easing: 'easeInOutSine',