Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1266560
    awesome
    Participant

    Hi I have moved the post carousel to a spot underneath the breadcrumbs. Now the immediate hover is a little distracting – I would like to either delay it for a tiny bit (500ms) or till the mouse hovers fully for 300-400ms. Can you please post the code to accomplish this? Thanks!

    #1266561
    awesome
    Participant
    This reply has been marked as private.
    #1266595
    Lely
    Moderator

    Hi There,

    Thank you for the credentials. Please add the following CSS on Appearance > Customize > Custom > Edit Global > CSS:

    .x-post-carousel-meta {
        -webkit-transition: all 4s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 4s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .h-entry-cover {
        -webkit-transition: all 4s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 4s cubic-bezier(0.19, 1, 0.22, 1);
    }
    
    

    Adjust 4s accordingly.

    Hope this helps.

    #1267102
    awesome
    Participant

    Thanks! I had to tweak it to adjust the transition-delay instead, but this was just what I needed. Thanks!

    #1267127
    Rahul
    Moderator

    Glad we were able to help you out!

    Feel free to ask us again, would be happy to assist you with it.

    Thank you.

  • <script> jQuery(function($){ $("#no-reply-1266560 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>