MasayukiSuda / EasingInterpolator

Thirty-one different easing animation interpolators for Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proguard problem

Manuiq opened this issue · comments

So for the animations to work properly on proguard enabled build, you will need to add a rule to keep it untouched:
-keep class com.daasuu.** { *; }

Thanks !

I wrote it.