Okay
  Public Ticket #2270160
Bio modal change speed
Closed

Comments

  • ShineMedia started the conversation

    Hi,

    Is it possible to change the speed of the transition of the bio modal?

    Thanks!

    Bjorn

  •  3,023
    Andrew replied

    Hi Bjorn,

    Could you try and use the following CSS:

    .nectar_team_member_overlay{
        -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.2,1,.2,1);
        transition: transform 0.8s cubic-bezier(0.2,1,.2,1);
    }
    

    adjust the 0.8s up to slow down the transition and down to make the transition faster.
    The transition we are referring to is the closing opening of the full screen modal.

    Add the CSS to salient \ general settings - css script related - custom css code.

    Hope this helps.