• aditya

    Hi, Could you please tell me how to create fading effects on a bitmap object. What funciton should I use be it a EaselJs or TweenJs function. How to use alpha property to create fading effects

    • olsn

      I’m not sure what excactly you are looking for. But the technique to create the fading effect here, is to draw the image, then apply a blurfilter and do not clear the stage (stage.autoClear = false;). The source for this effect is open, just check out the source code at the link.

      cheers