Tagged: x
-
AuthorPosts
-
November 22, 2016 at 2:43 am #1266560
awesomeParticipantHi 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!
November 22, 2016 at 2:44 am #1266561
awesomeParticipantThis reply has been marked as private.November 22, 2016 at 3:21 am #1266595
LelyModeratorHi 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.
November 22, 2016 at 11:48 am #1267102
awesomeParticipantThanks! I had to tweak it to adjust the transition-delay instead, but this was just what I needed. Thanks!
November 22, 2016 at 12:15 pm #1267127
RahulModeratorGlad we were able to help you out!
Feel free to ask us again, would be happy to assist you with it.
Thank you.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1266560 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
