From 76848d4c355f43588e1d26ba3c2116f424a3e9cb Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Thu, 22 Mar 2018 20:19:07 -0700 Subject: [PATCH] make anims faster --- routes/_static/animations.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/routes/_static/animations.js b/routes/_static/animations.js index 40eb76c8..f628a9fb 100644 --- a/routes/_static/animations.js +++ b/routes/_static/animations.js @@ -6,7 +6,7 @@ export const FAVORITE_ANIMATION = [ {transform: 'scale(1)'} ], options: { - duration: 400, + duration: 333, easing: 'ease-in-out' } }, @@ -16,7 +16,7 @@ export const FAVORITE_ANIMATION = [ {fill: 'var(--action-button-fill-color-pressed)'} ], options: { - duration: 400, + duration: 333, easing: 'linear' } } @@ -32,7 +32,7 @@ export const FOLLOW_BUTTON_ANIMATION = [ {transform: 'scale(1)'} ], options: { - duration: 400, + duration: 333, easing: 'ease-in-out' } }