style: header transform add transition
This commit is contained in:
parent
fec96c0f3d
commit
50ecf5c4eb
|
@ -47,7 +47,7 @@ $page-aside-width = $temp-width ? convert($temp-width):260px;
|
||||||
height: $header-height;
|
height: $header-height;
|
||||||
z-index: $z-index-5;
|
z-index: $z-index-5;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
transition-t("padding-left, height", "0, 0", "0.3, 0.2", "ease-out, linear");
|
transition-t("transform, padding-left, height", "0, 0", "0.3, 0.2", "ease-out, linear");
|
||||||
|
|
||||||
&.hide {
|
&.hide {
|
||||||
transform: translateY(-102%);
|
transform: translateY(-102%);
|
||||||
|
|
Loading…
Reference in New Issue