jenkey
03-31-2006, 03:50 PM
hey, i'm new hir ....can somebody help me to give me the code to have a transition effect on their page..........in friendster account..the css code
thanks
thanks
|
View Full Version : transition effect jenkey 03-31-2006, 03:50 PM hey, i'm new hir ....can somebody help me to give me the code to have a transition effect on their page..........in friendster account..the css code thanks ambot 04-24-2006, 02:41 PM hey, i'm new hir ....can somebody help me to give me the code to have a transition effect on their page..........in friendster account..the css code thanks just choose one and paste it in MEDIA BOX PAGE TRANSITIONS : FADE IN <meta http-equiv="Page-Enter" content="blendtrans(duration=2.0)"> <meta http-equiv="Page-Exit" content="blendtrans(duration=2.0)"> SQUARE IN <meta http-equiv="Page-Enter" content="revealtrans(duration=2,transition=0)"> <meta http-equiv="Page-Exit" content="revealtrans(duration=2,transition=0)"> BOX OUT <meta http-equiv="Page-Enter" content="revealtrans(duration=2,transition=1)"> <meta http-equiv="Page-Exit" content="revealtrans(duration=2,transition=1)"> ELEVATOR HORIZONTAL CLOSE <meta http-equiv="Page-Enter" content="revealtrans(duration=2,transition=15)"> <meta http-equiv="Page-Exit" content="revealtrans(duration=2,transition=15)"> CURTAIN LEFT <meta http-equiv="Page-Enter" content="revealtrans(duration=2,transition=7)"> <meta http-equiv="Page-Exit" content="revealtrans(duration=2,transition=7)"> CURTAIN RIGHT <meta http-equiv="Page-Enter" content="revealtrans(duration=2,transition=6)"> <meta http-equiv="Page-Exit" content="revealtrans(duration=2,transition=6)"> BOXY VERTICAL BLINDS <meta http-equiv="Page-Enter" content="revealtrans(duration=2,transition=10)"> <meta http-equiv="Page-Exit" content="revealtrans(duration=2,transition=10)"> BOXY HORIZINTAL BLINDS <meta http-equiv="Page-Enter" content="revealtrans(duration=2,transition=11)"> <meta http-equiv="Page-Exit" content="revealtrans(duration=2,transition=11)"> CIRCLE IN <meta http-equiv="Page-Enter" content="revealtrans(duration=2,transition=2)"> <meta http-equiv="Page-Exit" content="revealtrans(duration=2,transition=2)"> CIRCLE OUT <meta http-equiv="Page-Enter" content="revealtrans(duration=2,transition=3)"> <meta http-equiv="Page-Exit" content="revealtrans(duration=2,transition=3)"> HORIZONTAL LINES <meta http-equiv="Page-Enter" content="revealtrans(duration=2,transition=21)"> <meta http-equiv="Page-Exit" content="revealtrans(duration=2,transition=21)"> CHECKER BOARDS <meta http-equiv="Page-Enter" content="progid:DXImageTransform.Microsoft.Checker Board(Duration=2)"> <meta http-equiv="Page-Exit" content="progid:DXImageTransform.Microsoft.Checker Board(Duration=2)"> |