Interface ICSSKeyframeRule

ICSSKeyframeRule interface

Die Schnittstelle CSSKeyframeRule stellt die Stilregel für einen einzelnen Schlüssel dar.

public interface ICSSKeyframeRule : ICSSRule

Eigenschaften

NameBeschreibung
KeyText { get; }Dieses Attribut stellt die Keyframe-Auswahl als eine durch Kommas getrennte Liste von Prozentwerten dar. Die Keywords „from“ und „to“ werden jeweils „0 %“ und „100 %“ zugeordnet.
Style { get; }Dieses Attribut stellt den mit diesem Schlüsselbild verknüpften Stil dar.

Siehe auch