This commit is contained in:
ntr 2019-06-30 13:25:05 +10:00
parent ee331230ce
commit 33de1d15dc
3 changed files with 1 additions and 11 deletions

View File

@ -344,11 +344,6 @@
.skill-animation {
opacity: 0;
transition-property: opacity;
transition-duration: 0.5s;
transition-delay: 0;
transition-timing-function: ease;
}
/*

View File

@ -31,8 +31,7 @@ class Buff extends Component {
targets: ['#buff .buff-one'],
points: '0,190 100,10 190,190',
easing: 'easeOutExpo',
duration: TIMES.START_SKILL,
complete: anim => anim.reset(),
duration: TIMES.START_SKILL
}));
this.animations.push(anime({
@ -40,7 +39,6 @@ class Buff extends Component {
points: '40,170 100,50 160,170',
easing: 'easeOutExpo',
duration: TIMES.START_SKILL,
complete: anim => anim.reset(),
}));
this.animations.push(anime({
@ -48,7 +46,6 @@ class Buff extends Component {
points: '70,150 100,90 130,150',
easing: 'easeOutExpo',
duration: TIMES.START_SKILL,
complete: anim => anim.reset(),
}));
}

View File

@ -33,7 +33,6 @@ class Debuff extends Component {
points: '0,190 100,10 190,190',
easing: 'easeOutExpo',
duration: TIMES.START_SKILL,
complete: anim => anim.reset(),
}));
this.animations.push(anime({
@ -41,7 +40,6 @@ class Debuff extends Component {
points: '40,170 100,50 160,170',
easing: 'easeOutExpo',
duration: TIMES.START_SKILL,
complete: anim => anim.reset(),
}));
this.animations.push(anime({