to property

to property

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

Definition:

@property
def to(self):
    ...

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

See Also