I have added a simple and slick effect when a link is clicked that
fades out the page, then loads the link. The page then fades in.
This effect was inspired by what is done at www.gucci.com.
Problem:
When the back button is used, the browser serves the page in it's
state when it was unloaded, which has the site #shell hidden.
Basically, the site doesn't show up.
The javascript that fades the page in has been run from both an init()
function before the </body>, and also on window.onload, with no
luck. The events are not fired.
What event can I observe that will fire after a page is presented from
going 'back', or is there a special way to force a redraw?
- Dash -
That was exactly what I was looking for!
- Matt