Link to home
Start Free TrialLog in
Avatar of trahan
trahan

asked on

How can I fade in a Joomla site landing page?

Greetings,

I have a Joomla site which the customer would like to have fade-in when the visitor lands on the site. This isn't a matter of fading in an article, but the entire landing page.

Is there a way to have the template fade in?

Thanks in advance for any help!

Avatar of Jesse Matlock
Jesse Matlock
Flag of United States of America image

Why would they want to make the page heavier with JS to accomplish this, when it adds nothing to the user experience? It will actually delay the load and use of the page,.. since it will first need to load the page fully, THEN fade it in.. very poor usability will result.
Avatar of trahan
trahan

ASKER

ok, let's try this again :)

HOW can we make it so that a web site fades in? this is what the customer wants. Can this be done??? YES or NO?
ASKER CERTIFIED SOLUTION
Avatar of Jesse Matlock
Jesse Matlock
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
There is also another way (actually, many ways :D to do this), which entails leaving the #wrapper div OUT of the markup of the page and adding it with JS after the body tag.. this would eliminate any chance of someone with JS disabled having any issues, etc with viewing content..
Avatar of trahan

ASKER

Thank you!