• Closed
  • Chris C
    Spectator
    May 31, 2014 at 2:13 am #8451

    Hi,

    Just wanted to report a ‘bug’ that prevents Ken Burns effects (Rev Slider) from working in Safari (but works in Chrome and Firefox):

    In style.css, there are the lines:

    /* Revslider Fix */
    .tp-simpleresponsive .slotholder, .tp-simpleresponsive .slotholder img{
    -webkit-backface-visibility:visible !important;
    -webkit-transform:none !important;
    */
    }

    The line

    -webkit-transform:none !important;

    needs to be commented out:

    /* -webkit-transform:none !important; */

    and Ken Burns will work on Safari will work again.

    I suspect that original “RevSlider Fix” was inserted back in the day when iPads and iPhones were not as powerful.

    Roman
    Spectator
    Posts: 3147
    May 31, 2014 at 10:13 am #9920

    thx for the report…hope the developers will fix that 🙂