|
||
| Inside Technique : Steve's Behaviors : move Behavior The move behavior make sit easy to add animation to elements. In Internet Explorer 5.0, the paragraph below animates down from the top of the screen. In all other browser, the paragraph is properly displayed and the animation is ignored. This behavior is defined by MOVE.htc. It supports the following properties: startX, startY, endX, endY which should be self explanatory. speed is the number of pixels to move per millisecond. and offStart is the number of milliseconds to wait to start after the page loads. If offStart is not present, the move does not begin until the moveo() method is called (eg., id.moveo()). When the move is complete, the onMoveDone event is fired on the element. The above paragraph is wrapped in a DIV and is associated with the move behavior as follows:
Copyright © 1997-98 InsideDHTML.com, LLC. Page 1:Steve's Behaviors © 1997-2000 InsideDHTML.com, LLC. All rights reserved. |