def __init__(self, ownerDoc): BaseAnimationNode.__init__(self, ownerDoc, 'animateColor') AnimationAdditionAttributes.__init__(self) AnimationAttributeTargetAttributes.__init__(self) AnimationEventAttributes.__init__(self) AnimationValueAttributes.__init__(self) PresentationAttributes.__init__(self)
def __init__(self, ownerDoc): BaseAnimationNode.__init__(self, ownerDoc, 'set') AnimationEventAttributes.__init__(self) AnimationAttributeTargetAttributes.__init__(self)
def __init__(self, ownerDoc): BaseAnimationNode.__init__(self, ownerDoc, 'animateTransform') AnimationAdditionAttributes.__init__(self) AnimationAttributeTargetAttributes.__init__(self) AnimationEventAttributes.__init__(self) AnimationValueAttributes.__init__(self)