Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2010
    Location
    Newcastle
    Posts
    655
    Tokens
    50

    Default [JS CODE] TerminalJS Effect

    Decided to make a javascript teminal text effect.

    Feel free to use for any of your projects

    Features


    • Takes an ordinary <textarea> and outputs the text similar to a computer terminal
    • Cursor blinks once output is complete.
    • Speed-adjustable
    • Allows multiple outputs to be run / stopped separately.

    Usage

    1. Add to body tag: <script src='terminaljs.js'></script>
    2. Create a new <textarea> with a unique ID.
    3. <script>terminaljs('textareaID',[speed]);</script>

    Optional: second parameter sets the speed (delay).

    Demo
    http://apolva.co.cc/other/terminaljs/

  2. #2
    Join Date
    Nov 2005
    Posts
    4,486
    Tokens
    921

    Latest Awards:

    Default

    Nice one ;P
    "RETIRED" FROM HABBO(X)

    :¬:

    TOMSPIT / COWLY05


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •