Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit b97ec6d

Browse files
Transitions: moving ui-page-pre class from fixedToolbar to transitions CSS. This class is added by transitions.js and not only if fixed toolbars are used.
1 parent 0ed5aeb commit b97ec6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

css/structure/jquery.mobile.fixedToolbar.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
position: fixed;
88
z-index: 1000;
99
}
10-
.ui-page-pre-in {
11-
opacity: 0;
12-
}
1310
.ui-header-fixed {
1411
top: 0;
1512
}

css/structure/jquery.mobile.transition.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
box-sizing: border-box;
1010
}
1111

12+
.ui-page-pre-in {
13+
opacity: 0;
14+
}
1215
.in {
1316
-webkit-animation-timing-function: ease-out;
1417
-webkit-animation-duration: 350ms;

0 commit comments

Comments
 (0)