• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

alternative page transitioning

N

nickaber

Guest
Do SiteBuilder formats have a choice about how the pages change? I don't know the technical terms. Most sites respond to a "click" by blanking the to-be-previous page and then snapping up the next page. I would like to have pages move/change by sliding from the right to the left so that the new page appears smoothly as if on glider rails. Thank you for any help you can give me. nickaber
 
Currently SiteBuilder doesn't allow such effects. However we could think about them in future versions.
 
I've found solution. On the page, that should be faded, when you redirect from it:
1. Go to Edit step and choose the page.
2. Add Script module from the left pane.
3. Insert following code there:
<meta http-equiv="Page-Exit" content="progid:DXImageTransform.Microsoft.Fade(duration=.5)" />

That's it. Now this page will have nice redirect from it.
 
Back
Top