Transitions page-page
*********************************
Free tutorial provided by ©2003-VB'Breizh
Adapted from MSDN-Transitions    Compatibility : 

Delays (1 to 10) and transitions (0 to 23) are implemented with meta tags placed in the head section of Web pages.
The meta tag specifies the type of transition, as well as whether the transition should occur as the following page is loaded or as the current page is exited :

Creating Event-Driven Transitions :
It is also possible to apply transitions while events are fired on the page :
  • User interactions, such as onmouseover or onmouseclick events.
  • Time dependent events, like using HTML+TIME (Timed Interactive Multimedia Extensions) to manage timing.
The following table maps MSIE.4 reveal the 24 transition types :
  • Square in (0) out (1)
  • Circle in (2) out (3)
  • Wipe up (4) down (5) right (6) left (7)
  • Blinds vertical right (8) - horizontal down (9)
  • Checkerboard across right (10) down down (11)
  • Dissolve random (12)
  • Split vertical in (13) out (14) horizontal in (15) out (16)
  • Strips leftdown (17) leftup (18) rightdown (19) rightup (20)
  • Bars random horizontal (21) vertical (22)
  • Random randomly (23).

Comment, question ?