additive property

additive property

Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType.

Definition:

@property
def additive(self):
    ...

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

See Also