ICSSKeyframeRule

ICSSKeyframeRule interface

L’interfaccia CSSKeyframeRule rappresenta la regola di stile per una singola chiave.

public interface ICSSKeyframeRule : ICSSRule

Proprietà

NomeDescrizione
KeyText { get; }Questo attributo rappresenta il selettore di fotogrammi chiave come un elenco di valori percentuali separati da virgole. Le parole chiave “da” e “a” sono associate rispettivamente a “0%” e “100%”.
Style { get; }Questo attributo rappresenta lo stile associato a questo fotogramma chiave.

Guarda anche