home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


Book HomeWeb Design in a NutshellSearch this book

Chapter 23. Animated GIFs

These days, it's just about impossible to browse the Web without seeing the flashing, bouncing, and wiggling of GIF animation. The animated GIF is ubiquitous, and there are many good reasons for its popularity.

  • Users need no special software or plug-in. All they need is a browser that supports animation -- which is fortunately the overwhelming majority of browsers in use as of this writing.

  • GIF is the standard file format for the Web. Animated GIFs are not a unique file format in themselves, but merely take advantage of the full capabilities of the original GIF89a specification. Even if a browser cannot display all of its frames, the GIF will still be visible as a static image.

  • They're easy to create. There are scores of GIF animation tools available (some are built into larger web graphics applications), and they're simple to learn and use.

  • They require no server configuration. Because they are standard GIF files, you do not need to define a new file type on the server.

  • They use streaming technology. Users don't need to wait for the entire file to download to see something. Each frame displays as soon as it downloads.

The only drawbacks to animated GIFs are that they can contain no sound or interactivity (you can't make different parts respond to mouse actions), and they may cause some extra work for the user's hard disk to keep refreshing the images.



Library Navigation Links

Copyright © 2002 O'Reilly & Associates. All rights reserved.