lukehutch / android-multitouch-controller

Automatically exported from code.google.com/p/android-multitouch-controller
69 stars 24 forks source link

Flip animation on individual photo. #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
How can i apply flip animation on single photo?
i tried to apply animation, but it apply on whole canvas(photoSortrView).

Plz help to apply animation on single photo.

Thanks.

Original issue reported on code.google.com by hrdabhi3...@gmail.com on 5 Jun 2013 at 7:21

GoogleCodeExporter commented 9 years ago
The photos are not UI elements, the images are custom-drawn within a single 
view, so animations won't work. You're welcome to change the code to embed the 
images as views drawn at absolute coordinates within the canvas view, if you 
would like. This is not meant to be a working app though, it's just a proof of 
concept to show people how to do things with the multitouch controller.

Original comment by luke.hutch on 5 Jun 2013 at 10:30