Title: [SOLVED] Flicker by using animation Post by: Pierre on April 23, 2016, 06:50:32 AM Hello
here is complete code where you can see small flicker at the end of dialog load. Please reload page few times so you can see what i mean. I used openDuration:800 so it can be better seen. Additional, when you close dialog, you will see shadow after dialog is closed. Thank you. Code: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> Title: Re: Flicker by using animation Post by: jarry on April 24, 2016, 01:13:01 AM The code below works fine.
Code: <div id="dlg_login" Title="Please login" class="easyui-window" style="width:514px;height:250px;padding:7px 7px" modal="true" data-options=" Title: Re: Flicker by using animation Post by: Pierre on April 24, 2016, 10:21:16 AM Hello Jarry
thank you so much, I modified you code a bit and it works perfect. Thank you so much. Title: Re: Flicker by using animation Post by: Pierre on May 05, 2016, 05:27:38 AM Hello Jarry
your code works perfect using 1 window but problem is by opening second window. Please see here: http://code.reloado.com/oeasyrik1/11/edit#html You will see that second window take mask from previous window and it flicking. Thank you for your help. Title: Re: Flicker by using animation Post by: jarry on May 06, 2016, 02:02:59 AM You set a different 'openDuration' value in your two dialogs. Please look at http://code.reloado.com/oeasyrik1/14/edit
Title: Re: Flicker by using animation Post by: Pierre on May 06, 2016, 02:23:28 AM I was used different 'openDuration' because I wanted that flicking was visible.
Here I created new example without openDuration: http://code.reloado.com/oeasyrik1/15/edit#preview Please click on Button to load second window. Title: Re: Flicker by using animation Post by: jarry on May 06, 2016, 08:50:43 AM Please refer to this updated example.
http://code.reloado.com/oeasyrik1/16/edit#preview Title: Re: Flicker by using animation Post by: Pierre on May 06, 2016, 10:39:15 AM Yes. It works awesome. Thank you so much Jarry.
|