duration property

duration property

Describes the duration of animation effect. Read/write float.

Definition:

@property
def duration(self):
    ...

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

See Also