SVG/Attribut/fill (Animation)
Aus SELFHTML-Wiki
Das fill-Attribut legt fest, wie das Objekt nach Ablauf der SMIL-Animation dargestellt werden soll:
- Erlaubte Werte
remove
: Objekt wird in den Ursprungszustand versetztfreeze
: Ende der Animation wird dargestellt
- Standardwert
remove
- anwendbar auf
- Präsentationsattribut
nein
- mit CSS animierbar
nein
Beispiel
<rect x="35" y="60" height="15" width="0">
attributeName="width"
to="75"
dur="6s"
begin="2s"
fill="freeze" />
</rect>
Am Ende der Animation bleibt die Breite auf dem Endwert von 75 stehen, anstatt zum Ausgangswert zurückzukehren.
Siehe auch
Weblinks
Spezifikation (W3C): Timing attributes
Liste der SVG-Attribute
- Kernattribute
- Präsentationsattribute
- Animations-Attribute
- accumulate
- additive
- attributeName
- attributeType
- begin
- by
- calcMode
- dur
- end
- fill (Animation)
- from
- keyPoints
- keySplines
- keyTimes
- max
- min
- repeatCount
- repeatDur
- restart
- to
- Filter-Attribute
- Layout-Attribute
- viewBox-Attribute
- XLink-Attribute
- weitere XML-Attribute