to property

to property

Specifies the certain attribute of a effect after an animation effect. Represents point value. Only: bool, ColorFormat, float, int, string. Read/write any.

Definition:

@property
def to(self):
    ...

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

See Also