This commit is contained in:
ntr 2019-07-01 18:36:11 +10:00
parent 1f3c0ff196
commit 22bda3ab07

View File

@ -52,11 +52,12 @@ class Curse extends Component {
this.animations.push(anime({
targets: ['#curse'],
scale: [0.5, 1],
stroke: [COLOURS.WHITE, COLOURS.BLUE],
strokeWidth: [8, 0],
easing: 'easeInOutSine',
// delay: TIMES.TARGET_DELAY_MS,
duration: TIMES.TARGET_DURATION_MS,
filter: [`drop-shadow(0 0 5px ${COLOURS.WHITE}`, `drop-shadow(0 0 5px ${COLOURS.BLUE}`],
easing: 'easeOutSine',
delay: TIMES.TARGET_DELAY_MS,
duration: TIMES.START_SKILL,
}));
}