to property

to property

Specifies the ending value for the animation. Read/write str.

Definition:

@property
def to(self):
    ...

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

See Also