by property

by property

Specifies a relative offset value for the animation with respect to its position before the start of the animation. Read/write str.

Definition:

@property
def by(self):
    ...

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

See Also