Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #26247
    oliver b
    Participant

    hello,

    is there a way to make the fade in effect smoother? (vc: edit column -> fade in animation)

    http://beta.berhausen.net/bewertung/
    (see photo on the right)

    thanks
    oli

    #26253
    Support
    Member

    Hi there!

    You can increase or decrease the transition duration. Use this on Custom CSS:

    .x-img-none, .x-img-rounded, .x-img-circle {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    }

    Adjust the 0.5s value. I hope it helps.

    Cheers!
    Ismael

    #26271
    oliver b
    Participant

    thanks! 🙂

    #26631
    Christian
    Moderator

    You’re welcome Oliver.

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