old hybrid?

This commit is contained in:
ntr 2019-07-03 00:06:32 +10:00
parent b5b22ed558
commit 3b8becd489

View File

@ -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',