Results 1 to 3 of 3

Thread: JS animation tutorial??!!

  1. #1
    Join Date
    Aug 2005
    Posts
    971
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default JS animation tutorial??!!

    Does anyone know of any good javascript animation tutorial which teaches almost every way to animate(with brief explanation)??

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Here is an ascii animation editor that outputs javascript:

    http://www.aroundmidnight.demon.co.u...art/ascani.htm

    Here is a demo of the (edited) output:

    http://home.comcast.net/~ansiguy/ascii/gofish.html

    Usually though, animations are much more economically done (code wise and usually even byte wise) using animated .gif images.

    If you want a movie, now you are talking QuickTime(tm) or Flash(tm). You can Google for help on those.

    Using javascript to show a series of images can look like animation but requires much more images and bytes than an animated .gif image.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Aug 2005
    Posts
    971
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you jscheuer1 but I am searching for a javascript animation tutorial not a javscript animation tool. I like that software anyways. I don't have flash that's the problem. I can animate gifs but I cannot place then in making navigation systems(like slide out menus). And they will take up a lot of bandwidth if there are a lot of images.

    So anyone knows a link to a javascript animation tutorial??

Bookmarks

Posting Permissions

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