PropertyAnimationTarget

constructor(object: <Error class: unknown class>, propertyName: String)

Creates a new AdwPropertyAnimationTarget for the @property_name property on

Return

the newly created AdwPropertyAnimationTarget

Since

1.2

Parameters

object

an object to be animated

propertyName

the name of the property on @object to animate


constructor(object: <Error class: unknown class>, pspec: <Error class: unknown class>)

Creates a new AdwPropertyAnimationTarget for the @pspec property on

Return

new newly created AdwPropertyAnimationTarget

Since

1.2

Parameters

object

an object to be animated

pspec

the param spec of the property on @object to animate


constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)