CodeChargeMVP
Posts: 473
|
| Posted: 04/21/2011, 7:28 AM |
|
Hi,
I´m checking out some fast and easy design effects by use them on our application software.
I´ve read about the tag <meta> and some of their properties,everything is perfect except than
this meta tag is designed by html pages, and on CCS when we load a page inside of the
application software, we load a php page, so this effect will never be shown to the user.
¿Any suggestion by resolve this?
Thank you very much in advance.
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
damian
Posts: 838
|
| Posted: 04/21/2011, 3:48 PM |
|
ive used the following meta tags for transitions and they work fine... i dont like them - but they work as they are supposed to:
<meta http-equiv="Page-Exit" content="revealTrans(Duration=1.0,Transition=23)">
<meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=23)">
_________________
if you found this post useful take the time to help someone else.... :)
|
 |
 |
|