make anims faster

This commit is contained in:
Nolan Lawson 2018-03-22 20:19:07 -07:00
parent 15133c276b
commit 76848d4c35

View file

@ -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'
} }
} }