Skip to content

Commit 80c6857

Browse files
author
Constantin Saguin
committed
Updated minified files
1 parent 98a70ba commit 80c6857

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

src/css/swipebox.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,11 @@ html.swipebox-html.swipebox-touch {
215215
0% {
216216
left: 0;
217217
}
218+
218219
50% {
219220
left: -30px;
220221
}
222+
221223
100% {
222224
left: 0;
223225
}
@@ -227,9 +229,11 @@ html.swipebox-html.swipebox-touch {
227229
0% {
228230
left: 0;
229231
}
232+
230233
50% {
231234
left: -30px;
232235
}
236+
233237
100% {
234238
left: 0;
235239
}
@@ -238,9 +242,11 @@ html.swipebox-html.swipebox-touch {
238242
0% {
239243
left: 0;
240244
}
245+
241246
50% {
242247
left: 30px;
243248
}
249+
244250
100% {
245251
left: 0;
246252
}
@@ -249,9 +255,11 @@ html.swipebox-html.swipebox-touch {
249255
0% {
250256
left: 0;
251257
}
258+
252259
50% {
253260
left: 30px;
254261
}
262+
255263
100% {
256264
left: 0;
257265
}

src/js/jquery.swipebox.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Swipebox v1.3.0.2 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
1+
/*! Swipebox v1.4.1 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
22

33
;( function ( window, document, $, undefined ) {
44

@@ -23,7 +23,7 @@
2323
loopAtEnd: false,
2424
autoplayVideos: false,
2525
queryStringData: {},
26-
toggleClassOnLoad: ''
26+
toggleClassOnLoad: ''
2727
},
2828

2929
plugin = this,
@@ -947,4 +947,4 @@
947947

948948
};
949949

950-
}( window, document, jQuery ) );
950+
}( window, document, jQuery ) );

0 commit comments

Comments
 (0)