summaryrefslogtreecommitdiffhomepage
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/src/renderer/components/TransitionContainer.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/src/renderer/components/TransitionContainer.tsx b/gui/src/renderer/components/TransitionContainer.tsx
index 9ccbc7aaba..22ef1665eb 100644
--- a/gui/src/renderer/components/TransitionContainer.tsx
+++ b/gui/src/renderer/components/TransitionContainer.tsx
@@ -60,6 +60,7 @@ export const StyledTransitionContent = styled.div({}, (props: { transition?: IIt
top: 0,
bottom: 0,
zIndex: props.transition?.inFront ? 1 : 0,
+ willChange: 'transform',
transform: `translate3d(${x}, ${y}, 0)`,
transition: `transform ${duration}ms ease-in-out`,
};