1
0
Fork 0
mirror of synced 2024-09-02 18:51:36 +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%; width: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
transition: filter 130ms ease-out; transition: filter 260ms ease-out;
} }
.root.blur { .root.blur {
filter: blur(8px); filter: blur(8px);