Problem Header + parallax slider

3 replies · opened May 29, 2021

SSemicolon WebSTAFFMay 30, 2021

Hello,

Thanks for your Patience!

This is actually the default behavior as everything is loaded according to when the JS is loaded on the Page and since you are using the .slider-parallax Class, there is noticeable shift for Parallax positioning. You can consider using the following CSS Code which is delay the Text Display in a more elegant way:
[ch_pre type="css"]#slider .vertical-middle {
opacity: 0;
transition: opacity .3s 1s ease;
}

.has-plugin-parallax #slider .vertical-middle {
opacity: 1;
}[/ch_pre]

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

FflymacMay 31, 2021

Hello,

great idea, thank you very much!

SSemicolon WebSTAFFMay 31, 2021

Hello,

Very Happy to Help! :)

Do let us know if we can help you with anything else or if you find any further issues with Canvas.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard