From 64d8388a7374c15cd939c4263bc0bcbf451c5213 Mon Sep 17 00:00:00 2001 From: SleepWalker Date: Mon, 28 Mar 2016 07:23:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=BC=D0=B5=D0=BD=D1=88=D0=B5=D0=BD?= =?UTF-8?q?=D0=BD=D0=BE=20=D0=BA=D0=BE=D0=BB-=D0=B2=D0=BE=20=D0=BA=D0=BE?= =?UTF-8?q?=D0=BB=D0=B5=D0=B1=D0=B0=D0=BD=D0=B8=D0=B9=20=D0=BF=D1=80=D1=83?= =?UTF-8?q?=D0=B6=D0=B8=D0=BD=D1=8B=20=D0=B2=D0=BE=D0=B7=D0=BB=D0=B5=200?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/auth/PanelTransition.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/auth/PanelTransition.jsx b/src/components/auth/PanelTransition.jsx index d87204f..6a750cf 100644 --- a/src/components/auth/PanelTransition.jsx +++ b/src/components/auth/PanelTransition.jsx @@ -15,8 +15,8 @@ import * as actions from './actions'; import MeasureHeight from './MeasureHeight'; const opacitySpringConfig = {stiffness: 300, damping: 20}; -const transformSpringConfig = {stiffness: 500, damping: 50}; -const changeContextSpringConfig = {stiffness: 500, damping: 20}; +const transformSpringConfig = {stiffness: 500, damping: 50, precision: 0.5}; +const changeContextSpringConfig = {stiffness: 500, damping: 20, precision: 0.5}; class PanelTransition extends Component { static displayName = 'PanelTransition';