December 2008
Beginner
208 pages
4h 24m
English
Dojo supports animation, as you’ll see in this chapter.
You can use animation to make elements fade out, or slide to a new location, or wipe to invisibility. You can also use animation to expand the size of elements when they’re clicked, display and fade out an image with drag-and-drop operations, and toggle elements from visible to hidden. You can even use animation to create blended colors. These effects are unexpected in Web pages, so they make your pages stand out.
You can use the dojo.fadeOut method to make elements fade out as the user watches. This effect is purely visual—the elements are still there, just invisible.
The example fade.html displays a <div> element with some text and an HTML ...
Read now
Unlock full access