svg:animTimingAttrs

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
begin string optional
dur string optional
end string optional
fill restriction of string remove optional
max string optional
min string optional
repeatCount string optional
repeatDur string optional
restart restriction of string always optional

Used By

Source

<attributeGroup name="animTimingAttrs">
  <attribute name="begin" type="string" use="optional"/>
  <attribute name="dur" type="string" use="optional"/>
  <attribute name="end" type="string" use="optional"/>
  <attribute name="min" type="string" use="optional"/>
  <attribute name="max" type="string" use="optional"/>
  <attribute name="restart" default="always">
    <simpleType>
      <restriction base="string">
        <enumeration value="always"/>
        <enumeration value="never"/>
        <enumeration value="whenNotActive"/>
      </restriction>
    </simpleType>
  </attribute>
  <attribute name="repeatCount" type="string" use="optional"/>
  <attribute name="repeatDur" type="string" use="optional"/>
  <attribute name="fill" default="remove">
    <simpleType>
      <restriction base="string">
        <enumeration value="remove"/>
        <enumeration value="freeze"/>
      </restriction>
    </simpleType>
  </attribute>
</attributeGroup>