From 924cf14fd5f090ef046a03a7361a621b5a2f8269 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Fri, 30 Oct 2020 13:05:50 +0300 Subject: [PATCH] Removing animation visibility delay Signed-off-by: Alex Andreev --- src/renderer/components/animate/animate.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/animate/animate.tsx b/src/renderer/components/animate/animate.tsx index 36c30bc8e4..6ee4833770 100644 --- a/src/renderer/components/animate/animate.tsx +++ b/src/renderer/components/animate/animate.tsx @@ -15,7 +15,7 @@ export interface AnimateProps { @observer export class Animate extends React.Component { - static VISIBILITY_DELAY_MS = 100; + static VISIBILITY_DELAY_MS = 0; static defaultProps: AnimateProps = { name: "opacity",