Windowless Control Template

The following example shows how DirectAnimation can be used to create a windowless control. The template shows a reactive animation that is seamlessly overlaid with regular HTML elements such as this text. Using dynamic HTML, you can switch the Z ordering of the animation in relation to other elements, such as the text. If the Z value is less than zero, the animation will be below the text and if greater than zero it will be above the text.
Right click to make the cube shrink so the you can read the text.
Left click to interact with the cube.
Click on the button to dynamically switch the Z ordering of the Text and Animation.

For a short tutorial on this sample click this button: TUTORIAL
View Java Source Code