GIF Animations
Contents

Brief Introduction

GIF animations allow the user to make use of the GIF89 standard to display animations in HTML pages.

Basics

Example Code (Identical to the code for inserting images):

<img src = "diff.gif" width="357" height="265" alt="diff image">

Points to Remember

Example

The example below shows differentiation of the function f(x)=x4-4x3-2x2-5x-120 to f5(x)=0 with two second intervals between the frames.

 

 

© Nigel Martin 2000 ma71nm@surrey.ac.uk    Created September 2000   Last Changed April 12, 2001

1