Skip to content

Commit

Permalink
Delay the site icon animation
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed May 13, 2024
1 parent dc8e6b6 commit 1535dad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/edit-site/src/components/layout/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@
}

/* stylelint-disable */
::view-transition-group(toggle) {
animation-delay: 250ms;
}
.edit-site-layout:not(.is-full-canvas) .edit-site-layout__sidebar-region .edit-site-layout__view-mode-toggle {
view-transition-name: toggle;
}
Expand Down

0 comments on commit 1535dad

Please sign in to comment.