This topic has 4 replies, 2 voices, and was last updated 9 years by reimagineart.

  • Author
  • #82476
     reimagineart
    Participant

    Hi there,

    I’m noticing at times that not all icons animate when on Safari 9.0 and Safari 8.0.8 I’ve taken a screen shot of the issue in 9.0. You will see the icon in the second column did not animate in. The problem appears to be random. For example, another time the icon in the first column failed to animate.

    Is there any fix for this? There doesn’t seem to be an easy way to remove the animation all together.

    Thanks,

    Kevin

    Attachments:
    You must be logged in to view attached files.
    #82738
     Radu
    Moderator

    Hi,

    You can disable all animations at once with this css snippet

    COPY CODE
    
    .kleo-transform .one-by-one-animated .start-animation .el-appear, .kleo-transform .kleo-thumbs-animated.th-appear img.start-animation, .kleo-transform .start-animation.el-appear {
        -webkit-animation: none;
        -o-animation: none;
        animation: none;
        opacity: 1;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
    

    Cheers

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #84793
     reimagineart
    Participant

    Hi Radu,

    Is there a special place I need to include this code? I tried inserting it in the theme’s Quick CSS field under General Settings, but they still seem to be animating.

    Thanks,

    Kevin

    #84872
     Radu
    Moderator

    Hi,

    Try to do steps like in screenshot by going to that page in backend in visual composer.

    Let me know if you have solved this or not.

    Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    #85022
     reimagineart
    Participant

    Hey Radu,

    Thanks for the help, all cleared up!

    Much appreciated,

    Kevin

Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?