home *** CD-ROM | disk | FTP | other *** search
INI File | 2006-09-13 | 1.3 KB | 74 lines |
- [SUBJECT]
- Description=Text transition Script
- ImageIndex=-1
- Folder=Text Effects
-
-
- [HEAD_TEXT]
- ;<script language="JavaScript">
- ;<!-- begin script
- ;function netie(net, ie) {
- ; if ((navigator.appVersion.substring(0,3) >= net && navigator.appName == 'Netscape' && net != -1) || (navigator.appVersion.substring(0,3) >= ie && navigator.appName.substring(0,9) == 'Microsoft' && ie != -1))
- ; return true;
- ;else return false;
- ;}
- ;// end script -->
- ;</script>
- ;<script language="JavaScript">
- ;<!-- Start script
- ;function transitionTxt() {
- ; if (idTransTxt.filters.item(0).status == 0) {
- ; idTransTxt.filters.item(0).apply();
- ; idTransTxt.style.visibility = "visible";
- ; idTransTxt.filters(0).play();
- ; }
- ;}
- ;// End script -->
- ;</script>
-
-
-
- [BODY_TAG]
- ;onLoad="netie(-1,4)?transitionTxt():null"
-
-
- [BODY_TEXT]
- ;<div id="idTransTxt" style="position:relative; left:0; height:`height`; width:`width`; color:`color`; font-size:`font_size`; font-family:Times New Roman; filter:revealTrans(Duration=`duration`, Transition=`transition`); visibility:hidden">
- ;`text`
- ;</div>
-
-
-
-
- [`text`]
- Kind=S
- Value=text example
-
-
- [`height`]
- Kind=N
- Value=240
-
-
- [`width`]
- Kind=N
- Value=320
-
-
- [`color`]
- Kind=C
- Value=#000000
-
-
- [`font_size`]
- Kind=N
- Value=10
-
- [`duration`]
- Kind=N
- Value=4
-
- [`transition`]
- Kind=N
- Value=1
-