Commit 7c8de63a authored by Randall Leeds's avatar Randall Leeds

simplify/snappify the control animation

parent 123d449e
......@@ -655,17 +655,14 @@ blockquote {
}
& > .show {
@include transition(max-height, opacity);
@include transition(opacity);
@include transition-delay(.15s);
@include transition-duration(1.05s);
max-height: 0;
opacity: 0;
:hover > & {
@include transition-delay(.3);
@include transition-duration(.3s);
@include transition-duration(.15s);
opacity: 1;
max-height: 10em;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment