hex easing
This commit is contained in:
parent
b3cae863d1
commit
b8fb2a5901
@ -41,7 +41,7 @@ class Hex extends Component {
|
|||||||
targets: ['.hex-anim polygon'],
|
targets: ['.hex-anim polygon'],
|
||||||
points: '64 124.94732621931382 8.574 96.00354944613788 8.62269130211947 32.03166105954991 64 4 119.37730869788052 32.03166105954991 119.426 96.00354944613788',
|
points: '64 124.94732621931382 8.574 96.00354944613788 8.62269130211947 32.03166105954991 64 4 119.37730869788052 32.03166105954991 119.426 96.00354944613788',
|
||||||
direction: 'alternate',
|
direction: 'alternate',
|
||||||
easing: 'easeInOutExpo',
|
easing: 'easeOutExpo',
|
||||||
duration: TIMES.START_SKILL,
|
duration: TIMES.START_SKILL,
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -50,7 +50,7 @@ class Hex extends Component {
|
|||||||
baseFrequency: 0,
|
baseFrequency: 0,
|
||||||
scale: 1,
|
scale: 1,
|
||||||
direction: 'alternate',
|
direction: 'alternate',
|
||||||
easing: 'easeInOutExpo',
|
easing: 'easeOutSine',
|
||||||
duration: TIMES.START_SKILL,
|
duration: TIMES.START_SKILL,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user