Skip to content

Commit

Permalink
Remove canvas loader CSS animation for testing purposes.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Jan 9, 2025
1 parent 61e2e15 commit cb36b69
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions packages/edit-site/src/components/canvas-loader/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,10 @@
position: absolute;
top: 0;
left: 0;
opacity: 0;
align-items: center;
justify-content: center;

@media not (prefers-reduced-motion) {
animation: 0.5s ease 0.2s edit-site-canvas-loader__fade-in-animation;
animation-fill-mode: forwards;
}

& > div {
width: 160px;
}
}

@keyframes edit-site-canvas-loader__fade-in-animation {
from {
opacity: 0;
}
to {
opacity: 1;
}
}

0 comments on commit cb36b69

Please sign in to comment.