• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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