Skip to content

Commit

Permalink
Make zoom transition smoother (WordPress#66017)
Browse files Browse the repository at this point in the history
Co-authored-by: richtabor <[email protected]>
Co-authored-by: youknowriad <[email protected]>
  • Loading branch information
3 people authored and karthick-murugan committed Nov 13, 2024
1 parent 65dd535 commit f22f4b1
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 f22f4b1

Please sign in to comment.