From 31f096248ddb61599fbabbfc905ea7717de1283a Mon Sep 17 00:00:00 2001
From: August Skare <post@augustskare.no>
Date: Wed, 7 Nov 2018 13:01:53 +0100
Subject: lower deboune on animation resize

---
 packages/dev-tools-pages/ts/components/Animations/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'packages/dev-tools-pages/ts/components')

diff --git a/packages/dev-tools-pages/ts/components/Animations/index.tsx b/packages/dev-tools-pages/ts/components/Animations/index.tsx
index bf35c0784..f750d4d94 100644
--- a/packages/dev-tools-pages/ts/components/Animations/index.tsx
+++ b/packages/dev-tools-pages/ts/components/Animations/index.tsx
@@ -40,7 +40,7 @@ class Animation extends React.PureComponent<AnimationProps, AnimationState> {
 
     handleResize() {
         clearTimeout(this.timeout);
-        this.timeout = setTimeout(this.updateAnimationSize, 200);
+        this.timeout = setTimeout(this.updateAnimationSize, 50);
     }
 
     updateAnimationSize() {
-- 
cgit v1.2.3