
This Applet can be sped up, slowed down, made bigger or smaller, and the size of the ripples can be changed.
Click here for info on changing this Applet
First copy the following source code, and paste it into the HTML for your
website. Put it between the <body> tags. e.g <body> put it here
</body>
Download the following class file and put it into the same folder as your page.
Download Info:
| File Size = 4 kb | Download Time = 2 seconds |
And if you want the picture, Click Here ( right click on the picture and then go to "Save Picture As")
To change the following things, the part in the source code you have to change is in blue.
|
Change what? |
Source Code |
Example |
| Width and Height | <APPLET CODE="ripple" width=200 height=123> | <APPLET CODE="ripple" width=300 height=200> |
| Picture | <param name="image" value="images/watery.gif"> | <param name="image" value="picture.jpg"> |
| Ripple Size | <param name="period" value="25"> | <param name="period" value="50"> |
| Speed | <param name="frames" value="50"> | <param name="frames" value="90"> |