How to draw something on canvas using sencha animator
How to draw something on canvas using sencha animator
Hi,
I have to create an animation, where user can wipe the screen with round sponge like object by touching/swiping it. Could u plz tell me how to do that in sencha.. I m very confused how to do this. plz help.
If you need to implement "eraser" like functionality you should probably look the the canvas tag in HTML5. Sencha Animator is mainly based on CSS3 Animations. That said it is possible to put a canvas element inside an object in Animator, but you would have to write the code yourself.