Highlight animation : Animation « Dojo toolkit « JavaScript DHTML






Highlight animation

 

<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>

   
  








Dojo-toolkit.zip( 3,849 k)

Related examples in the same category

1.Animate width property
2.Animation easing function
3.Animation with dojox.timing.Sequence
4.Animation: Add new class to tag and
5.Animation: enlarge
6.Animation: fly
7.Animation: resize
8.Animation: stratch
9.Chained animation
10.Change position animation
11.Fade effect for Menu under ComboButton
12.Fade me out
13.Fade out animation
14.Fadein animation
15.Fadeout animation demo
16.Cross fade
17.Path animation
18.Set animation rate
19.Pause before
20.Pause one second
21.Repeat 5 times
22.Wipeout animation
23.Wipeout animation easing function
24.dojo animation alert
25.Math ease function