Skip to content

Commit 7ec1e2b

Browse files
author
Julian Xhokaxhiu
committed
Bump version from latest compile + indentation enhancements.
1 parent 562a6f4 commit 7ec1e2b

File tree

2 files changed

+15
-23
lines changed

2 files changed

+15
-23
lines changed

src/css/swipebox.css

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ html.swipebox-html.swipebox-touch {
1616
z-index: 99999 !important;
1717
overflow: hidden;
1818
-webkit-user-select: none;
19-
-moz-user-select: none;
20-
-ms-user-select: none;
21-
user-select: none;
19+
-moz-user-select: none;
20+
-ms-user-select: none;
21+
user-select: none;
2222
}
2323

2424
#swipebox-container {
@@ -29,7 +29,7 @@ html.swipebox-html.swipebox-touch {
2929

3030
#swipebox-slider {
3131
-webkit-transition: -webkit-transform 0.4s ease;
32-
transition: transform 0.4s ease;
32+
transition: transform 0.4s ease;
3333
height: 100%;
3434
left: 0;
3535
top: 0;
@@ -70,7 +70,7 @@ html.swipebox-html.swipebox-touch {
7070
width: 100%;
7171
padding: 5%;
7272
-webkit-box-sizing: border-box;
73-
box-sizing: border-box;
73+
box-sizing: border-box;
7474
}
7575
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
7676
width: 100%;
@@ -93,7 +93,7 @@ html.swipebox-html.swipebox-touch {
9393
#swipebox-bottom-bar,
9494
#swipebox-top-bar {
9595
-webkit-transition: 0.5s;
96-
transition: 0.5s;
96+
transition: 0.5s;
9797
position: absolute;
9898
left: 0;
9999
z-index: 999;
@@ -106,15 +106,15 @@ html.swipebox-html.swipebox-touch {
106106
}
107107
#swipebox-bottom-bar.visible-bars {
108108
-webkit-transform: translate3d(0, -50px, 0);
109-
transform: translate3d(0, -50px, 0);
109+
transform: translate3d(0, -50px, 0);
110110
}
111111

112112
#swipebox-top-bar {
113113
top: -50px;
114114
}
115115
#swipebox-top-bar.visible-bars {
116116
-webkit-transform: translate3d(0, 50px, 0);
117-
transform: translate3d(0, 50px, 0);
117+
transform: translate3d(0, 50px, 0);
118118
}
119119

120120
#swipebox-title {
@@ -172,18 +172,18 @@ html.swipebox-html.swipebox-touch {
172172

173173
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
174174
-webkit-animation: rightSpring 0.3s;
175-
animation: rightSpring 0.3s;
175+
animation: rightSpring 0.3s;
176176
}
177177
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
178178
-webkit-animation: leftSpring 0.3s;
179-
animation: leftSpring 0.3s;
179+
animation: leftSpring 0.3s;
180180
}
181181

182182
.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
183183
-webkit-backface-visibility: hidden;
184-
backface-visibility: hidden;
184+
backface-visibility: hidden;
185185
-webkit-transition: all .3s ease;
186-
transition: all .3s ease;
186+
transition: all .3s ease;
187187
content: ' ';
188188
position: absolute;
189189
z-index: 999;
@@ -195,12 +195,12 @@ html.swipebox-html.swipebox-touch {
195195
.swipebox-touch #swipebox-container:before {
196196
left: 0;
197197
-webkit-box-shadow: inset 10px 0px 10px -8px #656565;
198-
box-shadow: inset 10px 0px 10px -8px #656565;
198+
box-shadow: inset 10px 0px 10px -8px #656565;
199199
}
200200
.swipebox-touch #swipebox-container:after {
201201
right: 0;
202202
-webkit-box-shadow: inset -10px 0px 10px -8px #656565;
203-
box-shadow: inset -10px 0px 10px -8px #656565;
203+
box-shadow: inset -10px 0px 10px -8px #656565;
204204
}
205205
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
206206
opacity: 1;
@@ -213,11 +213,9 @@ html.swipebox-html.swipebox-touch {
213213
0% {
214214
left: 0;
215215
}
216-
217216
50% {
218217
left: -30px;
219218
}
220-
221219
100% {
222220
left: 0;
223221
}
@@ -227,11 +225,9 @@ html.swipebox-html.swipebox-touch {
227225
0% {
228226
left: 0;
229227
}
230-
231228
50% {
232229
left: -30px;
233230
}
234-
235231
100% {
236232
left: 0;
237233
}
@@ -240,11 +236,9 @@ html.swipebox-html.swipebox-touch {
240236
0% {
241237
left: 0;
242238
}
243-
244239
50% {
245240
left: 30px;
246241
}
247-
248242
100% {
249243
left: 0;
250244
}
@@ -253,11 +247,9 @@ html.swipebox-html.swipebox-touch {
253247
0% {
254248
left: 0;
255249
}
256-
257250
50% {
258251
left: 30px;
259252
}
260-
261253
100% {
262254
left: 0;
263255
}

src/css/swipebox.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)