Skip to content

Commit

Permalink
Make zoom transition smoother (#66017)
Browse files Browse the repository at this point in the history
Co-authored-by: richtabor <richtabor@git.wordpress.org>
Co-authored-by: youknowriad <youknowriad@git.wordpress.org>
  • Loading branch information
3 people authored and ciampo committed Oct 14, 2024
1 parent 45692a1 commit 2011b91
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.5s 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 2011b91

Please sign in to comment.