This topic has 4 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #98522
     benisben
    Participant

    Hi,

    I’m using Kleo child Theme.

    I’d like to remove the portfolio grid animation.

    I tried by removing the class on line 12 on page-parts,

    and then I tired with

     

    body.home-page.kleo-transform .one-by-one-animated .start-animation .el-appear, body.home-page.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;
    }

    on Style.css on my child theme folder.

    It has disable animation, but not the fact that portfolio item appear only when almost visible.

    Any help ?

    Best regards

     

    #98559
     Radu
    Moderator

    Hi,

    Please try with this in style.css

    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;
    }
    
    
    

    Let me know

    Cheers

    Radu

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

    Hi,

    Please try with this in style.css

    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;
    }
    
    
    

    Let me know

    Cheers

    Radu

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

    That didn’t work… I still need to scroll down for the item to appear

    #99119
     Radu
    Moderator

    Hi,

    I cannot view your page : http://www.vincentmoreau.fr/work/

    COPY CODE
    
    Error 520: 
    Website not authorized on OVH CDN 
    
    This website does not seem to be activated on OVH CDN. 
    
    If you are a visitor of the website, please try to come back in a few minutes. 
    If you are the administrator of the website, please check your domain/host/CDN configuration. 
    
    In case the problem persists, please contact us. 
    

    The url is correct ?

    In that way you can disable animations but i need to view the page to can investigate this,

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
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?