from_address property

from_address property

Specifies the starting value of the animation. Read/write str.

Definition:

@property
def from_address(self):
    ...

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

See Also