2 Replies Latest reply on Jun 12, 2009 8:22 AM by oneworld95

    Rich Effect onload of window

    oneworld95

      Hi. I've got this code:

      <a4j:region>
       <rich:effect for="window" event="onload" type="BlindDown"
       params="targetId:'main',duration:0.8" />
      
       <fieldset id="main">
      
       <legend>Program Details</legend>
      
       Some form controls here...
      
       </fieldset>
      </a4j:region>


      However, the form's fieldset loads for one second and then the effect kicks in. How do you change this to get it to have the effect fire immediately and not show the fieldset element for that one second? Thanks.