Hello Everyone...
Happy to discover your forums !
First, sorry if I post in the bad section, my english is not so good... ;-)
So I've a simple question for you, I hope someone'll have an answer for me !
I'm trying the dojo.fx.wipeOut(), but I've the following error : "node has no properties".
Here's my code :
dojo.require("dijit.form.Button");
dojo.require("dojo.fx");
var wipeOut = dojo.fx.wipeOut({node: "menu",duration: 1000});
var wipeIn = dojo.fx.wipeIn({node: "menu",duration: 1000});
var currentAnimation;
