I have come to see that Sencha Touch framework is improving noticeably. Since I couldn’t see something like what I want, I wanted to ask here and see if it’s possible. I would like to hear your opinion on how to do some image change animation when the image is touched. When you touch the image, another image will animate growing from the middle.
Actually I also want to detect (if possible) the location of the touch on the image (Things I could do on iOS).
Is this possible? If so, any advice is appreciated.
Thanks
Panel has some properties to find out location of the touch:
Also, for your animation, you can do something like this:
Have 1 image on your 1st panel (make that image fit to the panel and keep it to background) like this:
JS:
CSS:
Have second panel like that.
On some event on the first panel do:
The list of animations is given in Sencha Touch API