Skip to content
Snippets Groups Projects
Commit 3783b2a9 authored by Anders B. Clausen's avatar Anders B. Clausen
Browse files

Blur animation now takes 0.6s

parent 639b8c00
No related branches found
No related tags found
2 merge requests!29Release of Prototype,!18Feature/remove blocks
......@@ -296,7 +296,7 @@ export default {
}
.animate-blur-grey-out-zoom {
animation: blur-grey-out-zoom 1s;
animation: blur-grey-out-zoom 0.6s;
filter: blur(2px) grayscale(0.5);
transform: scale(0.97);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment