Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

caricature - Image animation in iOS

caricature Image Animation

How to Implement this kind of animation in iOS objective c.

Currently I have implemented "CABasicAnimation" for this but still not able to achieve this very smoothly .

any suggestion ??

Thank you

like image 484
Nitesh Meshram Avatar asked Apr 23 '13 06:04

Nitesh Meshram


1 Answers

You'll need to use Core Image with a combination of different distortion filters.

You can then animate the intensity of the filters over time.

like image 91
Fogmeister Avatar answered Oct 05 '22 23:10

Fogmeister