• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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