This page helps you to build transitions
First site:
Second site:
Transition type:
Speed of transition:
\n " + "HEAD> \n";
string2=" \n
\n";
string3=state1.value + "\n";
string4="
\n";
string5="" + "BODY> \n ";
bigstring=string1+string2+string3+string4+string5;
document.codeframe.document.body.innerText=bigstring;
document.displayframe.document.body.innerHTML=bigstring;
window.setTimeout("spawn()", 2000, "javascript");
}
function spawn(){
document.displayframe.flttgt.filters[0].Apply();
document.displayframe.flttgt.innerHTML =state2.value;
document.displayframe.flttgt.filters[0].Play(parseInt(transpeed.value));
}
-->
You can copy the code from the first frame and paste it into a new file to use the transition you've created, as displayed in the second frame.
[Right-click and choose View Source from the shortcut menu.]
© 2007 Microsoft Corporation. All rights reserved. Terms of use.