Skip to content

Commit 02ed69d

Browse files
Demos: removed choppy animation from searchbar.
1 parent 1395bb6 commit 02ed69d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

demos/_assets/css/jqm-demos.css

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,16 +104,13 @@ body, .jqm-demos {
104104
.jqm-search {
105105
background: #eee;
106106
border-top: none;
107-
max-height: 0;
108107
overflow: hidden;
109108
padding: 0 .7em;
110-
-webkit-transition: max-height 450ms ease;
111-
-moz-transition: max-height 450ms ease;
112-
transition: max-height 450ms ease;
109+
display: none;
113110
}
114111
.jqm-search-toggle .jqm-search {
115-
max-height: 60px;
116112
border-top: 1px solid #e0e0e0;
113+
display: block;
117114
}
118115
.jqm-search > .ui-listview-filter {
119116
margin: 0 -5px;
@@ -161,7 +158,6 @@ body, .jqm-demos {
161158
}
162159
}
163160

164-
165161
/* Footer */
166162
.jqm-footer {
167163
background: none;

0 commit comments

Comments
 (0)