fix(editor): Fix canvas ready opacity transition on new canvas (#12264)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions

This commit is contained in:
Alex Grozav 2024-12-17 22:38:13 +02:00 committed by GitHub
parent ad39243982
commit 5d33a6ba8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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