Author |
Topic |
|
SirAjh
Starting Member
USA
28 Posts |
Posted - 01 July 2003 : 19:12:47
|
Is their a simply way to add transitions between the page? And if their isn't could a smart asp programmer write a little mod. It would be in very high demand and I bet a lot of people would use it. |
"Do not try to stand, for I will knock you back down"
--NoFx Clan Webmaster-- |
Edited by - ruirib on 01 July 2003 19:14:48 |
|
rejordan
Starting Member
18 Posts |
Posted - 02 July 2003 : 00:55:07
|
Uhhmmm... What exactly do you mean/want? |
|
|
Gremlin
General Help Moderator
New Zealand
7528 Posts |
Posted - 02 July 2003 : 02:11:22
|
You realise Transitions are browser specific ? You could just code them into inc_header.asp, you'd have the same transition every page, but it would work or you could just add some code to pick a random transition and place it in the <HEAD> section of inc_header.asp a normal transition would be coded something like this
<meta http-equiv="Page-Enter" content="progid:DXImageTransform.Microsoft.CheckerBoard(Duration=2)"> <meta http-equiv="Page-Exit" content="progid:DXImageTransform.Microsoft.CheckerBoard(Duration=2)"> |
Kiwihosting.Net - The Forum Hosting Specialists
|
Edited by - Gremlin on 02 July 2003 02:12:19 |
|
|
SirAjh
Starting Member
USA
28 Posts |
Posted - 03 July 2003 : 01:32:28
|
Thanks Geremlin. I don't want checkboard, could I just put microsoft.dissovle(Duration=1) instead? |
"Do not try to stand, for I will knock you back down"
--NoFx Clan Webmaster-- |
|
|
Gremlin
General Help Moderator
New Zealand
7528 Posts |
Posted - 03 July 2003 : 09:36:34
|
You could put absolutely any transition you want in there :) that was just an example I gave above. |
Kiwihosting.Net - The Forum Hosting Specialists
|
|
|
SirAjh
Starting Member
USA
28 Posts |
Posted - 03 July 2003 : 21:14:40
|
It doesn't work could you explain it better? Could you please make a dissolve transition for me thats 1 second long and tell me which line to put it after. Thanks. |
"Do not try to stand, for I will knock you back down"
--NoFx Clan Webmaster-- |
|
|
Gremlin
General Help Moderator
New Zealand
7528 Posts |
Posted - 03 July 2003 : 22:07:57
|
According to one page I found the META for Dissolve is
<meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=12)">
So give this a try, right after this line in inc_header.asp
'## END - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT
Add the following Line
Response.Write "<meta http-equiv=""Page-Enter"" content=""revealTrans(Duration=1.0,Transition=12)"">"
edit: note I haven't tested this, but looks like it should work ok. |
Kiwihosting.Net - The Forum Hosting Specialists
|
Edited by - Gremlin on 03 July 2003 22:09:54 |
|
|
SirAjh
Starting Member
USA
28 Posts |
Posted - 05 July 2003 : 12:55:36
|
Nope, It didn't work, when you go to a new page it just does how it normally does it. |
"Do not try to stand, for I will knock you back down"
--NoFx Clan Webmaster-- |
|
|
UGBC
Junior Member
143 Posts |
Posted - 05 July 2003 : 13:23:33
|
do a google search, there should be links that explain it well. |
|
|
Gremlin
General Help Moderator
New Zealand
7528 Posts |
Posted - 05 July 2003 : 18:24:09
|
Can you post a link to your forum please so I can check what you've added. |
Kiwihosting.Net - The Forum Hosting Specialists
|
|
|
SirAjh
Starting Member
USA
28 Posts |
Posted - 06 July 2003 : 19:53:18
|
www.woodfloorme.com/aom/nofx/forum/ |
"Do not try to stand, for I will knock you back down"
--NoFx Clan Webmaster-- |
|
|
Nikkol
Forum Moderator
USA
6907 Posts |
|
Gremlin
General Help Moderator
New Zealand
7528 Posts |
Posted - 06 July 2003 : 21:30:16
|
SirAjh the
'## END - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT
Appears in Two places in inc_header.asp add the meta tag under both of them |
Kiwihosting.Net - The Forum Hosting Specialists
|
|
|
SirAjh
Starting Member
USA
28 Posts |
Posted - 06 July 2003 : 22:15:10
|
THAT IS AWESOME CODING! THANK YOU SO MUCH GREMLIN! YOUR THE MAN!
By the way, wheres the list of transitions I could choose from and where to edit it for that effect? |
"Do not try to stand, for I will knock you back down"
--NoFx Clan Webmaster-- |
Edited by - SirAjh on 06 July 2003 22:16:32 |
|
|
|
Topic |
|