ybq / Android-SpinKit

Android loading animations
https://ybq.github.io/Android-SpinKit
MIT License
8.61k stars 1.31k forks source link

SpinKitView misbehaviour on Android 7 #19

Closed sealskej closed 7 years ago

sealskej commented 7 years ago

It seems SpinKitView doesn't work properly on Android 7, see videos.

Android 6.0.1, Nexus 5 2016_09_06_11_45_26_11_53_15

Android 7.0, Nexus 6P 2016_09_06_11_41_29_11_59_07

ghost commented 7 years ago

I'm also experiencing the same issue.

javichaques commented 7 years ago

I have the same problem.

ybq commented 7 years ago

the animator start delay should always be non-negative on N and above ... https://developer.android.com/reference/android/animation/ValueAnimator.html#setStartDelay(long)

I'm looking for a suitable solution,If you have any idea,feel free to tell me