Transition Design Considerations

Transition Design Considerations


The primary concern of designers when implementing transitions is that, since they run asynchronously, it is necessary to track each transition state through events (onfilterchange) to determine when a particular transition is finished. Remember that image downloading is asynchronous and that the visual state of IMG elements isn't fully updated until after images are completely downloaded.

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.