curse
This commit is contained in:
parent
1f3c0ff196
commit
22bda3ab07
@ -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,
|
||||
}));
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user