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",