VariantAnimationMixin
Base classes
Name | Children | Inherits |
---|---|---|
AbstractAnimationMixin prettyqt.core.abstractanimation The base of all animations. |
Subclasses
Class | Module | Description |
---|---|---|
VariantAnimation | prettyqt.core.variantanimation | |
PropertyAnimation | prettyqt.core.propertyanimation |
⋔ Inheritance diagram
graph TD
1473299835520["core.VariantAnimationMixin"]
1473299791600["core.AbstractAnimationMixin"]
1473299815024["core.ObjectMixin"]
140713234304496["builtins.object"]
1473299791600 --> 1473299835520
1473299815024 --> 1473299791600
140713234304496 --> 1473299815024
🛈 DocStrings
Bases: AbstractAnimationMixin
Source code in prettyqt\core\variantanimation.py
append_reversed() -> Self
Append the reversed animation, effectively doubling the duration.