<html> <head> <script type="text/javascript"> var djConfig = { baseScriptUri : "js/dojo/", parseOnLoad : true }; </script> <script type="text/javascript" src="js/dojo/dojo/dojo.js"></script> <script> dojo.require("dojox.fx._base"); function testIt() { dojox.fx.highlight({ node : "my", color : "#f00" }).play(); } </script> </head> <body onload=testIt()> <div id="my">Your Text</div> </body> </html>
29.86.Animation | ||||
29.86.1. | Animate width property | |||
29.86.2. | Animation easing function | |||
29.86.3. | Animation with dojox.timing.Sequence | |||
29.86.4. | Animation: Add new class to tag and | |||
29.86.5. | Animation: enlarge | |||
29.86.6. | Animation: fly | |||
29.86.7. | Animation: resize | |||
29.86.8. | Animation: stratch | |||
29.86.9. | Chained animation | |||
29.86.10. | Change position animation | |||
29.86.11. | Fade effect for Menu under ComboButton | |||
29.86.12. | Fade me out | |||
29.86.13. | Fade out animation demo | |||
29.86.14. | Fadein animation | |||
29.86.15. | Fadeout animation | |||
29.86.16. | Cross fade | |||
29.86.17. | Highlight animation | |||
29.86.18. | Path animation | |||
29.86.19. | Set animation rate | |||
29.86.20. | Pause before | |||
29.86.21. | Pause one second | |||
29.86.22. | Repeat 5 times | |||
29.86.23. | Wipeout animation | |||
29.86.24. | Wipeout animation easing function | |||
29.86.25. | dojo animation alert | |||
29.86.26. | Math ease function |