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