Skip to content

Commit

Permalink
Animation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mtias committed Feb 14, 2024
1 parent 836c512 commit 185cfc1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/edit-site/src/components/layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,15 +174,15 @@ export default function Layout() {
},
},
edit: {
width: [ 32, 32, 60 ],
height: [ 32, 32, 60 ],
top: [ 30, 40, 0 ],
width: [ 32, 60 ],
height: [ 32, 60 ],
top: [ 30, 0 ],
left: 0,
borderRadius: '0px',
boxShadow: 'none',
transition: {
delay: 0,
duration: 0.4,
delay: 0.1,
duration: 0.2,
type: 'tween',
stiffness: 400,
},
Expand Down

0 comments on commit 185cfc1

Please sign in to comment.