Okay
  Public Ticket #3195636
snippet
Closed

Comments

  •  5
    enricomorichelli started the conversation

    Hi, it is possible to define transition time between pages?

    Thanks

  •  2,958
    Andrew replied

    Hello there,

    Could you please share your URL so we can try and advice on this?

    Kind regards,

  •  5
    enricomorichelli replied
  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #ajax-loading-screen, #ajax-loading-screen[data-effect="center_mask_reveal"] span {
        transition: opacity 1.5s ease-in-out;
    }

    Thanks


    ThemeNectar Support Team 

  •  5
    enricomorichelli replied

    Hi Tahir and thanks for your help, no red cross but transition time is the same as before, I would like to extend transition time between pages

  •  8,839
    Tahir replied

    Hey Again,

    I am afraid there is no such option for it,  you can only increase the animation time of the Page Transitions.

    Thanks 


    ThemeNectar Support Team 

  •  5
    enricomorichelli replied

    ok thanks Tahir