by property

by property

Describes the relative offset value for the animation. Read/write float.

Definition:

@property
def by(self):
    ...

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

See Also