Home Forums Square Animation tab section

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #446
    lindabz
    Participant

    Hi, is it possible to not show the animation in the Tab Section?
    Thank you!

    #450
    Hash
    Keymaster

    Yes, It is possible. Add the below CSS using some suitable Custom CSS plugin

    .sq-tab-pane.zoomIn{
        webkit-animation-name: none;
        animation-name: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.