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

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -