kamblemilind
01-20-2005, 04:14 AM
Hi,
I m using following script for layer transition but I don’t know how to trigger that transition is done.
eval('image'+count).filters[0].Apply();
eval('image'+count).style.visibility = "visible";
eval('image'+count).filters.revealTrans.transition=7;
eval('image'+count).filters[0].Play();
Is there any way to trigger it? I want to execute some script after transition is done.
thanks
I m using following script for layer transition but I don’t know how to trigger that transition is done.
eval('image'+count).filters[0].Apply();
eval('image'+count).style.visibility = "visible";
eval('image'+count).filters.revealTrans.transition=7;
eval('image'+count).filters[0].Play();
Is there any way to trigger it? I want to execute some script after transition is done.
thanks