1
0
Fork 0
mirror of synced 2024-07-08 15:56:23 +12:00

Update builder blur transition duration to match other animations

This commit is contained in:
Andrew Kingston 2023-06-09 11:41:55 +01:00
parent e452c0bcd1
commit 462ae1c894

View file

@ -253,7 +253,7 @@
width: 100%;
display: flex;
flex-direction: column;
transition: filter 130ms ease-out;
transition: filter 260ms ease-out;
}
.root.blur {
filter: blur(8px);