Log in

View Full Version : Fading page transitions / Cross-browser



MugzMalone
12-25-2007, 01:08 AM
After searching all over the web, I have discovered there are quite a few people who would like a code that will make fading page transitions for entering *and* exiting pages in at least FF and IE. This is a code which will do it in IE:

<meta http-equiv="Page-Enter" content="blendtrans(duration=1.0)">
<meta http-equiv="Page-Exit" content="blendtrans(duration=1.0)">

Does anyone know of a way in any format to do it in FF, as well?

BLiZZaRD
12-25-2007, 07:01 PM
Page transitions is a filter. By default an IE only feature. There are workarounds like this one (http://sachiniscool.blogspot.com/2006/01/implementing-page-transitions-in.html) but I really don't see the point in either browser.