Rotate & Scale a gif animation using 2 finger gesture in Android using Fresco Library

972 views Asked by At

How to Rotate & Scale a gif animation using 2 finger gesture in Andriod using Fresco Library.

Hi I'm trying to perform Translate, Scale and Rotate on View (FrameLayout) in android.

In brief, I've a Fresco's SimpleDraweeView inside FrameLayout, as Fresco is not supporting Matrix transformations, so as an alternative I put that in FrameLayout and doing Translation, Rotation and Scaling.

The transformation is going out of screen...

Any reference or code samples will be helpful.

1

There are 1 answers