Make like animation on web same speed as mobile (#5391)
parent
2745cba3ea
commit
751375ce3c
|
@ -10,7 +10,7 @@ import {
|
||||||
} from '#/components/icons/Heart2'
|
} from '#/components/icons/Heart2'
|
||||||
|
|
||||||
const animationConfig = {
|
const animationConfig = {
|
||||||
duration: 400,
|
duration: 600,
|
||||||
easing: 'cubic-bezier(0.4, 0, 0.2, 1)',
|
easing: 'cubic-bezier(0.4, 0, 0.2, 1)',
|
||||||
fill: 'forwards' as FillMode,
|
fill: 'forwards' as FillMode,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue