hex easing

This commit is contained in:
ntr 2019-06-29 15:44:24 +10:00
parent b3cae863d1
commit b8fb2a5901

View File

@ -41,7 +41,7 @@ class Hex extends Component {
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',
direction: 'alternate',
easing: 'easeInOutExpo',
easing: 'easeOutExpo',
duration: TIMES.START_SKILL,
});
@ -50,7 +50,7 @@ class Hex extends Component {
baseFrequency: 0,
scale: 1,
direction: 'alternate',
easing: 'easeInOutExpo',
easing: 'easeOutSine',
duration: TIMES.START_SKILL,
});
}