MasayukiSuda / EasingInterpolator

Thirty-one different easing animation interpolators for Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NullPointerException: Attempt to get length of null array

RabieMohimane opened this issue · comments

i got this error :NullPointerException: Attempt to get length of null array
in line :
ValueAnimator valueAnimator = new ValueAnimator();
valueAnimator.setInterpolator(new EasingInterpolator(Ease.CUBIC_IN));
valueAnimator.start();