Actually it works now. For the record, the DIV was initialized with
style="position: relative; display: none;". Removing the position attribute
fixed it.
2007/6/8, Jesse Kuhnert <[EMAIL PROTECTED]>:
No idea what has changed but you might want to ask your question in the
appropriate Dojo list /
No idea what has changed but you might want to ask your question in the
appropriate Dojo list / forum.
On 6/7/07, Christian Dutaret <[EMAIL PROTECTED]> wrote:
Hi all,
I have a page with a js script that uses dojo wipe animation. Here is a
fragment of the js:
wi = dojo.lfx.html.wipeIn(n
Hi all,
I have a page with a js script that uses dojo wipe animation. Here is a
fragment of the js:
wi = dojo.lfx.html.wipeIn(node, 400, null, null);
wi.play();
This was working fine cross-browsers with whatever version of dojo that came
with T4.1.1. After I upgraded to 4.1.2, it k