-
Notifications
You must be signed in to change notification settings - Fork 0
Current Status
Steven Vachon edited this page May 9, 2014
·
69 revisions
| Element | Status |
|---|---|
<animate> |
Partial |
<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 | accumulate |
✗ |
additive |
✗ | |
calcMode |
Partial[5] | |
values |
✓ | |
keyTimes |
✓ | |
keySplines |
✗ | |
from |
✓ | |
to |
✓ | |
by |
✗ |
- Only
"display","visibility"supported. -
- Supports value-list,clock-values
- Syncbase
"id.begin"and offset syncbases not supported. more on syncbases - Wall-clock values not supported.
- Supports clock-values, not
"indefinite". - Supports
"remove", not"freeze". - Supports
"discrete", not"linear","pace".