make anims faster
This commit is contained in:
parent
15133c276b
commit
76848d4c35
|
@ -6,7 +6,7 @@ export const FAVORITE_ANIMATION = [
|
||||||
{transform: 'scale(1)'}
|
{transform: 'scale(1)'}
|
||||||
],
|
],
|
||||||
options: {
|
options: {
|
||||||
duration: 400,
|
duration: 333,
|
||||||
easing: 'ease-in-out'
|
easing: 'ease-in-out'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -16,7 +16,7 @@ export const FAVORITE_ANIMATION = [
|
||||||
{fill: 'var(--action-button-fill-color-pressed)'}
|
{fill: 'var(--action-button-fill-color-pressed)'}
|
||||||
],
|
],
|
||||||
options: {
|
options: {
|
||||||
duration: 400,
|
duration: 333,
|
||||||
easing: 'linear'
|
easing: 'linear'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -32,7 +32,7 @@ export const FOLLOW_BUTTON_ANIMATION = [
|
||||||
{transform: 'scale(1)'}
|
{transform: 'scale(1)'}
|
||||||
],
|
],
|
||||||
options: {
|
options: {
|
||||||
duration: 400,
|
duration: 333,
|
||||||
easing: 'ease-in-out'
|
easing: 'ease-in-out'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue