Search:

Type: Posts; User: paralinx

Search: Search took 0.06 seconds.

  1. Replies
    8
    Views
    33,165

    Text Animations - Pulsating Message

    <Head>
    <script>
    <!--

    //Pulsating Text (Chris A e-mail: KilerCris@Mail.com)
    //Permission granted to Dynamic Drive to feature script in archive
    //For full source and 100's more DHTML scripts,...
  2. Replies
    8
    Views
    33,165

    Text Animations - Glowing Message

    <Head>
    <style>
    <!--
    #glowtext{
    filter:glow(color=FFFF00,strength=3);
    width:100%;
    }
    -->
    </style>
  3. Replies
    8
    Views
    33,165

    Text Animations - Roller Coaster Message

    //Place This script where you want roller coaster text to appear
    <script language="JavaScript">


    /*
    script edited by David Gardner (toolmandav@geocities.com)
    Permission granted to...
  4. Replies
    8
    Views
    33,165

    Text Animations - Neon Lights Message

    //Set Neon Text in Header as example, you can place it anywhere you want it to be
    <h1>
    <script language="JavaScript1.2">

    /*
    Neon Lights Text
    By JavaScript Kit (http://javascriptkit.com)
    For...
  5. Replies
    8
    Views
    33,165

    Text Animations - 3d Spinning Message

    <Head>
    <xml:namespace ns="urn:schemas-microsoft-com:vml" prefix="v"/>
    <style type="text/css">
    v\:* { behavior: url(#default#VML); }
    </style>
    </Head>

    //This code must not be in any container...
  6. Replies
    8
    Views
    33,165

    Text Animations - Bouncy Message

    <Body>
    <style type="text/css">

    #supertext {
    position:absolute;
    left:0;
    top:0;
    visibility:hide;
    visibility:hidden;
  7. Replies
    8
    Views
    33,165

    Text Animations - Matrix Text Effect

    <Head>
    <style type="text/css">
    .matrix { font-family:Lucida Console, Courier, Monotype; font-size:10pt; text-align:center; width:10px; padding:0px; margin:0px;}
    </style>

    <script...
  8. Replies
    8
    Views
    33,165

    Text Animations - Trembling Text

    <Head>
    <style>
    .jc{
    position:relative;
    }
    </style>

    <script language="JavaScript1.2">

    //Trembling message script- © Dynamic Drive (www.dynamicdrive.com)
  9. Replies
    8
    Views
    33,165

    Java - Text Animations

    Here are some of my favorite Text Animations in JavaScript. Note that all of the code was found at www.DynamicDrive.com, so that is where the credit is given to. Here are the different types of...
Results 1 to 9 of 9



Click Here to Expand Forum to Full Width