| Item | Notes |
|---|---|
<animate> | |
| xlink:href | Implemented |
| attributeName | Implemented (lacks support for QNames) |
| attributeType | Implemented |
| begin, end | |
| offset values | Implemented |
| syncbase values | In progress (#474743) |
| event values | Not implemented |
| repeat values | Not implemented |
| accessKey values | Not implemented |
| wallclock values | Not implemented |
| dur | Implemented |
| min, max | Implemented |
| restart | Implemented |
| repeatCount | Implemented |
| repeatDur | Implemented |
| fill | Implemented |
| calcMode | Implemented but discrete and paced modes need more testing |
| values | Implemented |
| keyTimes | Implemented |
| keySplines | Implemented |
| from | Implemented |
| to | Implemented |
| by | Implemented |
| additive | Implemented |
| accumulate | Implemented |
<set> |
Implemented but needs testing (see #520710) |
<animateMotion> |
Not implemented |
<animateColor> |
Not implemented |
<animateTransform> |
Implemented |
| Interface ElementTimeControl | Implemented |
| Interface TimeEvent | Not implemented |
| Interface SVGAnimationElement | Implemented |
| SVGSVGElement animation-related DOM methods | |
| pauseAnimations | Implemented |
| unpauseAnimations | Implemented |
| animationsPaused | Implemented |
| getCurrentTime | Implemented |
| setCurrentTime | Backwards seeking not yet implemented |
| Hyperlinking | Not implemented |
| Integration with SVG/CSS | |
| Animation of SVG types | |
| SVGLength | Implemented |
| SVGAnimatedBoolean, SVGAnimatedAngle, SVGAnimatedEnumeration, SVGAnimatedInteger, SVGAnimatedNumber |
Not implemented |
| SVGAnimatedString | Not implemented |
| SVGAnimatedRect | Not implemented |
| SVGAnimatedPreserveAspectRatio | Not implemented |
| SVGAnimatedLengthList, SVGAnimatedNumberList, SVGAnimatedTransformList |
Not implemented although a basic implementation of SVGAnimatedTransformList is available. |
| SVGAnimatedPoints | Not implemented |
| SVGAnimatedPathData | Not implemented |
| Animation of CSS properties | Implemented, but with outstanding issues, see: #474049) |
| Proper handling of relative values | Outstanding issues: #508206. |