old hybrid?
This commit is contained in:
parent
b5b22ed558
commit
3b8becd489
@ -119,6 +119,7 @@ class Hybrid extends Component {
|
|||||||
|
|
||||||
this.animations.push(anime({
|
this.animations.push(anime({
|
||||||
targets: ['#hybrid circle.bluewhite-one'],
|
targets: ['#hybrid circle.bluewhite-one'],
|
||||||
|
fill: [COLOURS.WHITE, COLOURS.BLUE],
|
||||||
cy: [50, 250, 50, 250],
|
cy: [50, 250, 50, 250],
|
||||||
delay: TIMES.TARGET_DELAY_MS,
|
delay: TIMES.TARGET_DELAY_MS,
|
||||||
duration: TIMES.TARGET_DURATION_MS,
|
duration: TIMES.TARGET_DURATION_MS,
|
||||||
@ -129,6 +130,7 @@ class Hybrid extends Component {
|
|||||||
this.animations.push(anime({
|
this.animations.push(anime({
|
||||||
targets: ['#hybrid circle.bluewhite-two'],
|
targets: ['#hybrid circle.bluewhite-two'],
|
||||||
cx: [250, 50, 250, 50],
|
cx: [250, 50, 250, 50],
|
||||||
|
fill: [COLOURS.WHITE, COLOURS.BLUE],
|
||||||
delay: TIMES.TARGET_DELAY_MS,
|
delay: TIMES.TARGET_DELAY_MS,
|
||||||
duration: TIMES.TARGET_DURATION_MS,
|
duration: TIMES.TARGET_DURATION_MS,
|
||||||
easing: 'easeInOutSine',
|
easing: 'easeInOutSine',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user