Dojo learning tutorial

Dojo is one of the most famous Ajax open source projects, not only It allows web programmers to obtain and use its framework for web application development for free, and attracts a large number of

Dojo label fade out

dojo< /span>.fadeOut({ node:dojo.byId(“message”), duration:6000}).play();

The duration parameter is set to fade out The time used, in milliseconds (ms).

The fade-out effect is to hide the corresponding node instead of destroying it