Filters :
Filters are used in web pages to achieve a number of interesting visual effects that were possible only by creating large graphic images in a program such as Adobe photoshop.
These filters are accessed through style – sheet attributes and can be applied to text, images and graphic objects.
In short, it can applied to anything that can appear in an HTML document.
- Filters and transition are specified with the CSS filter property.
- Applying filters to text and images causes changes that are persistent.
- The important features of DHTML filters and transition are that they are built right into internet explorer. There is no need to spend time by waiting for the image to be downloaded. All the special effects will be applied when explorer renders a page.
Transition :
Transition allow user to transfer from page to another page with a pleasent visual effects such as random dissolve.
some of the available transition in IE version 6 are blend trans and revealTrans.
