No Transition Between Pages
-
Hey there! Is it possible to customize a css function where there is no transition between pages?
-
in lay options you can the transition to 0

-
Hey @arminunruh
I want to add a page transition between my categories on my website.
I want the categories of my list to stay where they are while navigating through the website. Because now the list disappears and appears again, which is annoying:
https://schimmer-records.com/
How can I fix that? I tried some custom CSS from the web but it's not working and I'm also not good in coding, so I'm still searching for a solution.
Thanks in advance :-) -
nice website!
mmh the easiest way to have it stay there is to set both of this to "none" like here in lay options:

this way u have no transition
other than that its not possible, only if you custom code this navigation:

custom code the html and css, put it in "html at top" in lay options -> custom css & html
then use css to only show this navigation on pages you want it to show up on
https://laytheme.com/documentation/custom-css-styling.html#css-based-on-current-page
then u could use page transitions and then it would stay there
-
@arminunruh thanks for your help and feedback also!