active_frontend 15.0.10 → 15.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2e6ad1dddce919434dffe3971bf5b62f05a6a261
|
4
|
+
data.tar.gz: 21002bb629dea95e24e51efa37b4c511233cd84e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d894fc48c9c7f9cb07662d4ef330337c422dc057deb32a6e244ce918c80f9a96549d95860a78ebcb9dfe8e739bc7cde396b8362fcbda00337aa11c5191909b71
|
7
|
+
data.tar.gz: 4ead16b6a1d4c48df0455b0a91f91abafe7f647e254a357217616efaa2529fc6dc57c72cd642e833dfb2a08cc3a1cb348f6b374819a289a3bfea1f915aaf89c5
|
@@ -136,8 +136,6 @@
|
|
136
136
|
}
|
137
137
|
|
138
138
|
setTimeout(function() {
|
139
|
-
elm.css({ 'transition': '' });
|
140
|
-
that.indicator.css({ 'transition': '' });
|
141
139
|
$(document.body).unbind('touchmove.' + pluginName);
|
142
140
|
that.elast = true;
|
143
141
|
}, 300);
|
@@ -146,23 +144,15 @@
|
|
146
144
|
changeStyle: function (top, transition) {
|
147
145
|
var topPx = top + 'px';
|
148
146
|
var heightPx = top > 50 ? '50px' : topPx;
|
147
|
+
var paddingPx = top > 50 ? '10px 0' : '0';
|
149
148
|
|
150
149
|
var changeCss = {
|
151
150
|
height: heightPx,
|
152
151
|
overflow: 'initial',
|
153
|
-
|
154
|
-
transition: 'transform 0.3s ease-in-out'
|
152
|
+
padding: paddingPx
|
155
153
|
};
|
156
154
|
|
157
|
-
if (!transition) {
|
158
|
-
changeCss.transition = '';
|
159
|
-
}
|
160
|
-
|
161
155
|
this.indicator.css(changeCss);
|
162
|
-
|
163
|
-
delete changeCss.height;
|
164
|
-
delete changeCss.overflow;
|
165
|
-
this.elm.css(changeCss);
|
166
156
|
},
|
167
157
|
reset: function() {
|
168
158
|
var that = this;
|
@@ -10,10 +10,11 @@
|
|
10
10
|
font-size: text-size(s);
|
11
11
|
height: 0;
|
12
12
|
margin: 0 auto;
|
13
|
+
padding: 0;
|
13
14
|
overflow: hidden;
|
14
15
|
position: relative;
|
15
16
|
text-align: center;
|
16
|
-
transform:
|
17
|
+
transform: rotate(0deg);
|
17
18
|
}
|
18
19
|
.xpull-pulled {
|
19
20
|
.xpull-arrow {
|