No SVG Support No SVG Support

Figure 4.1: WWW4 Logo

Music play sound

'Phased' rock music

Animation

The theme of the Conference was The Web Revolution so the WWW rotates around the world in pseudo 3D by some simple animation of a rotate transformation inside skewY and skewX transformations. Given:

<g  transform="skewX(10)" >
  <g  transform="skewY(40)">
    <g  transform="rotate(0)">
      object
    </g>
  </g>
</g>

Uniform changes in the angle of rotation for the inner transformation will give a psedo-3D rotation effect.

No SVG Support

Figure 4.2: WWW4 Pseudo-rotation