added in version 25.4.0
belongs to Maven artifact com.android.support:support-dynamic-animation:28.0.0-alpha1

DynamicAnimation.ViewProperty

public static abstract class DynamicAnimation.ViewProperty
extends FloatPropertyCompat<View>

java.lang.Object
   ↳ android.support.animation.FloatPropertyCompat<android.view.View>
     ↳ android.support.animation.DynamicAnimation.ViewProperty


ViewProperty holds the access of a property of a View. When an animation is created with a DynamicAnimation.ViewProperty instance, the corresponding property value of the view will be updated through this ViewProperty instance.

Summary

Inherited methods

From class android.support.animation.FloatPropertyCompat
From class java.lang.Object