better
This commit is contained in:
parent
ece4b18951
commit
16120cad84
@ -226,6 +226,7 @@ body {
|
||||
min-height: calc(100% - 60px);
|
||||
margin: -7px auto;
|
||||
> .page {
|
||||
position:absolute;
|
||||
&:not(.servicepage) {
|
||||
margin-top:60px;
|
||||
}
|
||||
@ -242,6 +243,7 @@ body {
|
||||
&.anim-fade .page {
|
||||
&.animate {
|
||||
transition: opacity 0.5s ease-out;
|
||||
position: absolute;
|
||||
}
|
||||
&.leave {
|
||||
margin-right: -100%;
|
||||
@ -259,6 +261,7 @@ body {
|
||||
&.anim-pos .page {
|
||||
&.animate {
|
||||
transition: transform 0.5s ease-out;
|
||||
position: absolute;
|
||||
}
|
||||
&.leave {
|
||||
transform:translate(-100%,0)
|
||||
@ -276,6 +279,7 @@ body {
|
||||
&.anim-neg .page {
|
||||
&.animate {
|
||||
transition: transform 0.5s ease-out;
|
||||
position: absolute;
|
||||
}
|
||||
&.leave {
|
||||
transform:translate(100%,0)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user