| Item | Notes |
<animate> |
| xlink:href |
Not implemented |
| attributeName |
Implemented. |
| attributeType |
Not implemented |
| begin, end |
| offset values |
Implemented |
| syncbase values |
Not implemented |
| 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 |
Linear and spline modes only. |
| values |
Implemented |
| keyTimes |
Implemented |
| keySplines |
Implemented |
| from |
Implemented |
| to |
Implemented |
| by |
Implemented |
| additive |
Implemented |
| accumulate |
Implemented |
<set> |
Not implemented |
<animateMotion> |
Not implemented |
<animateColor> |
Not implemented |
<animateTransform> |
Prototype implementation |
| Interface ElementTimeControl |
Implemented |
| Interface TimeEvent |
Not implemented |
| Interface SVGAnimationElement |
Not implemented |
| SVGSVGElement
animation related DOM methods |
| pauseAnimations | Implemented |
| unpauseAnimations | Implemented |
| animationsPaused | Implemented |
| getCurrentTime | Implemented |
| setCurrentTime | Not implemented |
| Other work |
| Animation of SVG types |
Not implemented (a basic implementation for SVGAnimatedLength's
is provided for testing however) |
| Animation of CSS properties |
Not implemented |
| Proper handling of relative values |
Not implemented |