The Ripple Applet
Ripple takes any gif and shimmers it to produce effects like the one you can see on the left. The program itself is very small and creates the frames of the animation on the browser machine, transferring only the original image across the Net. I wrote this program specifically for use on pages with a watery theme: surf clubs, water companies and so on. Please feel free to use this applet: all I ask is that you provide a link through to my site. This page, the applet and the other files can be downloaded here. |
<APPLET CODE="ripple" width=190 height=190 align=left border=10> <param name="image" value="images/ripple.gif"> <param name="period" value="25"> <param name="frames" value="12"> <img src="images/ripple.gif" width=190 height=190 align=left> </applet>
By default the rippled version of the image will be animated on top of the original, preventing gaps at the side of the image as it shifts back and forth. If you want the gaps to appear then add:
<param name="bordergap" value="on">
Hints and tips
Last update: August 12, 1996