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
Post a Comment