-
Notifications
You must be signed in to change notification settings - Fork 0
Current Status
Steven Vachon edited this page Jun 22, 2014
·
69 revisions
| Element | Status |
|---|---|
<animate> |
✓ |
<animateColor> |
✗ |
<animateTransform> |
✗ |
<animateMotion> |
✗ |
<mpath> |
✗ |
<set> |
✗ |
| Attribute | Status | |
|---|---|---|
| Attributes | attributeName |
Partial[1] |
attributeType |
✗ | |
type |
✗ | |
| Timing Attributes | begin |
Partial[2] |
dur |
Partial[3] | |
end |
✗ | |
min |
✗ | |
max |
✗ | |
restart |
✗ | |
repeatCount |
✓ | |
repeatDur |
✗ | |
fill |
Partial[4] | |
| Value Attributes | accelerate |
✗ |
accumulate |
✗ | |
additive |
✗ | |
calcMode |
Partial[5] | |
decelerate |
✗ | |
values |
✓ | |
keyTimes |
✓ | |
keySplines |
✗ | |
from |
✓ | |
to |
✓ | |
by |
✗ |
- Only
"display","visibility"supported. -
- Supports value-list, clock-values, syncbase-values*
- Does not support offset-values, event-values, repeat-values, accessKey-values, wallclock-sync-values or
"indefinite". - * syncbase
"id.begin"and offset syncbases not supported. more on syncbases
- Supports clock-values, not
"indefinite". - Supports
"remove", not"freeze". - Supports
"discrete", not"linear","pace","spline".