• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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