-
Run perfectly with all the devices I tested but Galaxy S2 (GT-I9100P) Android 4.0.3 - 4.0.4 give a NullPointerException. Target version is min HONEYCOMB and I am using 5.4.1 latest version
```
java.l…
-
Error when loading "android.animation.ObjectAnimator.ofFloat"
-
My app is experiencing lag if an animation is drawing the chart at the same time that the user scrolls the ViewPager that holds the chart. I'm testing with about 200-300 entries. I'd like to cancel th…
-
### Description
It looks like `ObjectAnimator` is not executed immediately.
### Steps to Reproduce
Code:
```
final View topChild = getTopChild();
animator = ObjectAnimator.ofFloat(to…
-
Can vector-compat supports SVG rendering animation path? For example “trimPathStart”。I find vector-compat have "vc_trimPathStart" but I would not use it。
if vector-compat supports SVG rendering a…
-
`android.util.AndroidRuntimeException: Animators may only be run on Looper threads
at android.animation.ValueAnimator.start…
-
The library works on android 5.1 and above(both emulators and real phones) and there is no problem. However, when I ran my app on the emulator(19 level API), the app got crashed.
I don't know whether…
-
config:
`new ConfettiManager(this, this, source, container)
.setEmissionDuration(ConfettiManager.INFINITE_DURATION)
.setTTL(CONFETTI_LIFE_DURATION_MS)
…
-
I have created an animation which splits an image horizontaly and translate both parts in opposite direction :
final AnimatorSet mSetAnim = new AnimatorSet();
final Animator topAnim = ObjectAnimator.…
-
java.lang.NoSuchMethodError: android.animation.ObjectAnimator.ofFloat