|
@@ -62,7 +62,7 @@ html,body{
|
|
|
|
|
|
.slide-to-next-page-enter {
|
|
.slide-to-next-page-enter {
|
|
position: fixed;
|
|
position: fixed;
|
|
- top: 100%;
|
|
|
|
|
|
+ bottom: 100%;
|
|
left: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
@@ -70,19 +70,19 @@ html,body{
|
|
|
|
|
|
.slide-to-next-page-enter-to {
|
|
.slide-to-next-page-enter-to {
|
|
position: fixed;
|
|
position: fixed;
|
|
- top: 0;
|
|
|
|
|
|
+ bottom: 0;
|
|
left: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
.slide-to-next-page-enter-active {
|
|
.slide-to-next-page-enter-active {
|
|
- transition: top 1s;
|
|
|
|
|
|
+ transition: bottom 1s;
|
|
}
|
|
}
|
|
|
|
|
|
.slide-to-next-page-leave {
|
|
.slide-to-next-page-leave {
|
|
position: fixed;
|
|
position: fixed;
|
|
- top: 0;
|
|
|
|
|
|
+ bottom: 0;
|
|
left: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
@@ -90,14 +90,14 @@ html,body{
|
|
|
|
|
|
.slide-to-next-page-leave-to {
|
|
.slide-to-next-page-leave-to {
|
|
position: fixed;
|
|
position: fixed;
|
|
- top: -100%;
|
|
|
|
|
|
+ bottom: -100%;
|
|
left: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
.slide-to-next-page-leave-active {
|
|
.slide-to-next-page-leave-active {
|
|
- transition: top 1s;
|
|
|
|
|
|
+ transition: bottom 1s;
|
|
}
|
|
}
|
|
|
|
|
|
.fade-out-in-enter {
|
|
.fade-out-in-enter {
|