Top "Objectanimator" questions

Android class which animates an object based on a specified property of the object.

Android: How to make a nice heartbeat animation?

This is my solution anim/pulse.xml <?xml version="1.0" encoding="utf-8"?> <set xmlns:android="http://schemas.android.…

android xml animation android-animation objectanimator
Infinite ObjectAnimator with interpolator... How to accelerate only the initial start?

I have a object animator with infinite repeat mode. I want to accelerate it only the first time it starts... …

android animation android-animation interpolation objectanimator
Android Property Animation

<objectAnimator android:propertyName="string" android:duration="int" android:valueFrom="float | int | color" android:valueTo="float | int | color" android:startOffset="…

android animation android-animation objectanimator
How to reset ObjectAnimator to it's initial status?

I want to vibrate a view with scaleX and scaleY, and I am doing it with this code, but the …

android android-animation android-view objectanimator
ObjectAnimator onAnimationEnd listener is called before the animation finishes

its weird and strange, but it seems like when I attach an AnimatorListener to an ObjectAnimator I use for animating …

android animation android-fragments android-asynctask objectanimator
How to resume and pause ObjectAnimator in Android for API Levels below 19?

I am aware that API level 19 supports pause() and resume() on ObjectAnimators. But in my project at API level 14, I …

android animation objectanimator
Making Android AnimatorSet stop animating

I have the following AnimatorSet method: private AnimatorSet dialCenterThrob() { int bpm = workoutStream.getHeartRate(); dialCenterImageView.clearAnimation(); AnimatorSet finalSet = new AnimatorSet(); ObjectAnimator …

android objectanimator
android objectanimator scaleX only in one direction

I am using ObjectAnimator and cant figure out how to scale in x axe only in one direction for example …

android objectanimator
Android Studio XML does not recognize objectAnimator

I have been trying to animate a transition between two fragments. I had originally placed them a property animations in …

android xml android-fragments android-studio objectanimator