Skip to content

Commit

Permalink
smooth out
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Oct 10, 2024
1 parent ee784cb commit c0d575c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/base-styles/_animations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}

@mixin editor-canvas-resize-animation() {
transition: all 0.4s cubic-bezier(0.65, 0, 0.45, 1);
transition: all 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
@include reduce-motion("transition");
}

Expand Down

0 comments on commit c0d575c

Please sign in to comment.