KHTML
SVGAnimationElement.h
Go to the documentation of this file.
80 enum AnimationMode { NoAnimation, ToAnimation, ByAnimation, ValuesAnimation, FromToAnimation, FromByAnimation, PathAnimation };
97 ANIMATED_PROPERTY_FORWARD_DECLARATIONS(SVGExternalResourcesRequired, bool, ExternalResourcesRequired, externalResourcesRequired)
101 virtual void calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* resultElement) = 0;
102 virtual float calculateDistance(const String& fromString, const String& toString) { return -1.f; }
105 void currentValuesForValuesAnimation(float percent, float& effectivePercent, String& from, String& to) const;
108 void currentValuesFromKeyPoints(float percent, float& effectivePercent, String& from, String& to) const;
Definition: CSSHelper.h:7
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 26 2021 00:00:00 by doxygen 1.9.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 26 2021 00:00:00 by doxygen 1.9.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.