This and other cartoon animation techniques were discussed in the talk A Moving Experience at Google I/O 2013.
Code: http://developer.android.com/shareables/devbytes/Anticipation.zip
YouTube: DevBytes: Anticipation and Overshoot - Part 2
Graphics geek, performance pusher, animation animal
All content on this blog, unless marked otherwise, is original and is copyright © Chet Haase 2006-2015, all rights reserved.
1 comment:
Is there any reason why you set separate onTouchListener instead of simply overriding View's onTouch method? With custom touchListener (and returning true from it) you have to maintain proper pressed state (which you do in your listener). Looks like unnecessary thing to me.. Am I missing something?
Post a Comment