from_address property

from_address property

Describes the starting value for the animation. Read/write float.

Definition:

@property
def from_address(self):
    ...

@from_address.setter
def from_address(self, value):
    ...

See Also