- From: Sean M. Hall <pianoman@reno.com>
- Date: 10 Apr 2004 05:17:25 +0000
- To: www-style@w3.org
This is my proposal for CSS3: Page transitions like MSIE's proprietary revealTrans filters.
Say we had something like:
body {
enter-filter: revealTrans(Duration=2,Transition=12);
exit-filter: revealTrans(Duration=2,Transition=12);
}
or maybe apply it to the HTML element.
You can also blend the page in:
body {
enter-filter: blendTrans(Duration=1.5);
}
View my history site (http://geocities.com/dc_sfhe) in IE6 to see what I mean.
View the source and look at the META tags.
Thank you,
Dante Evans
'Scuse me while I kiss the sky...
Received on Saturday, 10 April 2004 01:20:24 UTC