Using gwt fx to fade one image into another -


i using gwt fx fade image using code below.i wondering if there way make fade 1 image another.

fade thefade = new fade(); thefade.addeffectelement(image_1.getelement()); thefade.play() 

thanks

you can try adding addeffectcompletedhandler thefade , kick off next effect.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -