This topic has 5 replies, 3 voices, and was last updated 8 years by Radu.

  • Author
  • #138496
     syedsameerali0011
    Participant

    Hello,

    I was wondering if it is possible to disable the entry animation on the Kleo News focus and news highlight visual composer elements.

    Thank-you for your time

    #138558
     Laura
    Moderator

    Hello, check at theme options, you can disable animations there 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #138734
     syedsameerali0011
    Participant

    Thankyou for replying, I was trying to disable the animation for only the news focus and news highlight shortcodes (visual composer elements), and not for the entire site, would this be possible without a quick snippet of code?
    thank-you again!

    #138735
     syedsameerali0011
    Participant

    Thankyou for replying, I was trying to disable the animation for only the news focus and news highlight shortcodes (visual composer elements), and not for the entire site, would this be possible with a quick snippet of code?
    thank-you again!

    #138967
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #139094
     Radu
    Moderator

    Hi,

    Use those CSS’s

    COPY CODE
    
    .news-focus.kleo-transform .one-by-one-animated .start-animation .el-appear, 
    .news-focus.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;
    }
    
    .news-ticker.kleo-transform .one-by-one-animated .start-animation .el-appear, 
    .news-ticker.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
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?