Okay
  Public Ticket #2943607
Change the duration of the page transition
Closed

Comments

  •  1
    fabriziobendazzoli started the conversation

    Can anyone help me on how to add an additional css to make the opening page transition slower and more visible?


  •  1
    fabriziobendazzoli replied

    Page transition fade with loading icon, smooth spin on Salient theme

  •  2,725
    Andrew replied

    Hello there,

    Kindly share a link to your site so that we can provide the necessary CSS where possible.

    Regards,

  •  1
    fabriziobendazzoli replied

    The site is local and I can't get the link to it

  •  1,658
    Judith replied

    Hi There,

    We need to have your page url so that we can work with the transition animation you are using to provide css for it.

    You can let us know once your site is up so that we can assist you with this.

    Thanks.

  •  1
  •  2,725
    Andrew replied

    Hello again,

    Try the following CSS.

    .loading-icon.spin {
        animation: 5s cubic-bezier(0.63,0.045,0.34,1) 0s normal none infinite spinning_animation;
        -webkit-animation: 5s cubic-bezier(0.63,0.045,0.34,1) 0s normal none infinite spinning_animation;
    }
    

    Regards,

  •  1
    fabriziobendazzoli replied

    so it does not rotate anymore, instead I would like the logo to remain fixed for a longer initial time and then that it rotates well

  •  2,725
    Andrew replied

    Hello again,

    Kindly send us temporary credentials so that we can check on this more and advise.

    Regards,