-
Author
-
January 14, 2016 at 14:57 #98522benisbenParticipant
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
January 14, 2016 at 17:45 #98559RaduModeratorHi,
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 solutionJanuary 14, 2016 at 17:45 #98560RaduModeratorHi,
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 solutionJanuary 18, 2016 at 15:11 #99083benisbenParticipantThat didn’t work… I still need to scroll down for the item to appear
January 18, 2016 at 17:47 #99119RaduModeratorHi,
I cannot view your page : http://www.vincentmoreau.fr/work/
COPY CODEError 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 -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.