JayDax Computer Information Centre

JayDax CIC is a privately owned Web business, based in the UK

The Tree

Favourite 5
Shifting background colors The Tree Silhouette
The Tree - Native CSS Hue Rotation

About this page
As far as we remember this page was our first attempt at using the Anfy Hue Rotate applet. Dax found the Anfy applets and put together this page. Later, in 2000, I added an overlay to make the tree 'blacker' and we produced the poem.

Of course there was only one possible track we could use to go with this one: 'True Colors'.

The image is one I believe originated from the Corel collection of public domain images.

You are listening to "True Colors" origionally by Cyndi Lauper.

Page Statistics

Views: Loading...
(function() { var canvas = document.getElementById('millCanvas'); if (!canvas) return; var ctx = canvas.getContext('2d'); var img = new Image(); // Using the static image as the source for the rippling reflection pool img.src = 'combinations/watermill/watermill2.jpg'; var step = 0; img.onload = function() { animate(); };