From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/web/api/svganimatedangle/index.html | 122 ++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 files/zh-cn/web/api/svganimatedangle/index.html (limited to 'files/zh-cn/web/api/svganimatedangle') diff --git a/files/zh-cn/web/api/svganimatedangle/index.html b/files/zh-cn/web/api/svganimatedangle/index.html new file mode 100644 index 0000000000..ff9a9edcd9 --- /dev/null +++ b/files/zh-cn/web/api/svganimatedangle/index.html @@ -0,0 +1,122 @@ +--- +title: SVGAnimatedAngle +slug: Web/API/SVGAnimatedAngle +translation_of: Web/API/SVGAnimatedAngle +--- +
{{APIRef("SVG")}}
+ +

SVG animated angle interface

+ +

The SVGAnimatedAngle interface is used for attributes of basic type <angle> which can be animated.

+ +

Interface overview

+ + + + + + + + + + + + + + + + + + + + +
Also implementNone
MethodsNone
Properties +
    +
  • readonly {{ domxref("SVGAngle") }} baseVal
  • +
  • readonly {{ domxref("SVGAngle") }} animVal
  • +
+
Normative documentSVG 1.1 (2nd Edition)
+ +

Properties

+ + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
baseVal{{ domxref("SVGAngle") }}The base value of the given attribute before applying any animations.
animVal{{ domxref("SVGAngle") }}A read only {{ domxref("SVGAngle") }} representing the current animated value of the given attribute. If the given attribute is not currently being animated, then the {{ domxref("SVGAngle") }} will have the same contents as baseVal. The object referenced by animVal will always be distinct from the one referenced by baseVal, even when the attribute is not animated.
+ +

Methods

+ +

The SVGAnimatedAngle interface do not provide any specific methods.

+ +

Browser compatibility

+ +

{{ CompatibilityTable() }}

+ +
+ + + + + + + + + + + + + + + + + + + + + +
FeatureChromeEdgeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic support{{ CompatUnknown() }}{{CompatVersionUnknown}}{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatUnknown() }}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
FeatureAndroidEdgeFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{ CompatNo() }}{{CompatVersionUnknown}}{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatUnknown() }}
+
+ +

 

-- cgit v1.2.3-54-g00ecf