Skip to content
Steven Vachon edited this page May 1, 2014 · 41 revisions

CSS is not compatible with some SMIL features. Most incompatibilities will throw an error, preventing useless output. However, it's possible that some may have been undetected, so be sure to check the output file in a browser.

Below is a list of unsupported SMIL features.

Most common:

  • Motion path elements: <animateMotion>,<mpath>.
  • Unmatching repeatCount and begin per element. read more
  • Exact repeats. It either plays once or it plays forever.

Less common:

Current Status

Animation Elements

Element Status
<animate> Partial
<animateColor> No
<animateTransform> No
<animateMotion> Impossible
<mpath> Impossible
<set> No

Animation Attributes

Attributes Status Timing Attributes Status Value Attributes Status
attributeName Partial begin Partial accumulate Impossible
attributeType No dur Yes additive Impossible
type No end Partial calcMode No
min No values Yes
max No keyTimes Yes
restart No keySplines No
repeatCount Yes from Yes
repeatDur No to Yes
fill No by No
Attributes Status
attributeName Partial
attributeType No
type No
Timing Attributes Status
begin Partial
dur Yes
end Partial
min No
max No
restart No
repeatCount Yes
repeatDur No
fill No
Value Attributes Status
accumulate Impossible
additive Impossible
calcMode No
values Yes
keyTimes Yes
keySplines No
from Yes
to Yes
by No

Quick Navigation

Clone this wiki locally