Lowering down the animation

This commit is contained in:
Belen Curcio
2017-10-10 12:27:32 -03:00
parent 1f9ff3f36d
commit 1c535bda89
+1 -1
View File
@@ -31,7 +31,7 @@
padding: 0;
margin: 0;
transform: scale(0);
transition: transform .3s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1);
transition: transform .1s cubic-bezier(.4,0,.2,1),opacity .1s cubic-bezier(.4,0,.2,1),-webkit-transform .1s cubic-bezier(.4,0,.2,1);
transform-origin: 0 0;
}