fix(editor): Fix canvas ready opacity transition on new canvas (#12264)

This commit is contained in:
Alex Grozav
2024-12-17 22:38:13 +02:00
committed by GitHub
parent ad39243982
commit 5d33a6ba8a

View File

@@ -758,6 +758,7 @@ provide(CanvasKey, {
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 300ms ease;
&.ready {
opacity: 1;