[MOD] Simple Page Fade Effect
Posted: Thu Sep 16, 2010 8:16 pm
This is quite a simple mod and i think actually makes the site look alot better when loading or navigating.
I didnt actually find anyone already mention this here before so i thought i would share it with you.
Modify your Header.tpl and insert between the <head> </head> tags
duration = length of time for the page to fade
content = type of effect
for a list of other effects visit http://www.aim-higher.net/meta-transitions.asp
I think many other browsers allow this to work, although i had heard safari doesnt?
Anyway, i personally like the blendtrans with a 3 second fade as it gives a good feel to the site.
I didnt actually find anyone already mention this here before so i thought i would share it with you.
Modify your Header.tpl and insert between the <head> </head> tags
Code: Select all
<meta http-equiv="Page-Enter" content="BlendTrans(Duration=3.0)">
content = type of effect
for a list of other effects visit http://www.aim-higher.net/meta-transitions.asp
I think many other browsers allow this to work, although i had heard safari doesnt?
Anyway, i personally like the blendtrans with a 3 second fade as it gives a good feel to the site.