Skip to content

Commit

Permalink
Merge branch support/1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ausi committed Mar 14, 2018
2 parents e74cfca + c7c7c62 commit 86e2cb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Resources/public/js/rocksolid-slider.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! rocksolid-slider v1.6.3 */
/*! rocksolid-slider v1.6.4 */
(function($, window, document) {

var Rst = {};
Expand Down Expand Up @@ -1759,7 +1759,7 @@ Rst.Slider = (function() {

if (animate && this.css3Supported) {
// Fix Safari bug with invisible slides, see #41
if (this.engine === 'apple') {
if (this.engine === 'apple' && css.transform) {
var origDisplay = element[0].style.display || '';
element[0].style.display = 'none';
element.height();
Expand Down
Loading

0 comments on commit 86e2cb4

Please sign in to comment.