Home Forums Basel support forum Visual Composer tabs CSS effect

Visual Composer tabs CSS effect

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #52970

    Batweb
    Participant

    Hi team,

    In https://demo.xtemos.com/basel/faqs/#Privacy-FAQ there is a Visual Composer Tabs:
    SALE / TERMS & CONDITIONS / PRIVACY / POLICY

    How can I remove the jump effect that occurs when switching from tab to tab?

    Thank you.

    #53001

    Artem Temos
    Keymaster

    Hello,

    We just tested that page and didn’t notice any “jump effect”. Could you please record some video how it works for you? You can use Gyazo tool to do this.

    Regards

    #53016

    Batweb
    Participant

    Hi, I’m talking about this ¿CSS effect? Attached video.

    Sorry for my english.

    #53057

    Artem Temos
    Keymaster

    Sorry, you can’t attach a video here. Try to upload it to some cloud service like Google Drive and send us a link.

    #53069

    Batweb
    Participant
    #53079

    Hello,

    Please add this CSS to Theme Settings > Custom CSS

    .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel {
        -webkit-transform: none; 
        -moz-transform: none; 
        -ms-transform: none; 
        -sand-transform: none; 
        -o-transform: none; 
         transform: none; 
        -webkit-transition: none; 
        -moz-transition: none; 
        -o-transition: none; 
        transition: none; 
    }

    Best Regards

    #53161

    Batweb
    Participant

    Thank you!!!

    #53176

    You are always welcome! If you have any questions feel free to contact

    Best Regards

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

The topic ‘Visual Composer tabs CSS effect’ is closed to new replies.