Interface CSSViewTransitionRule

interface CSSViewTransitionRule {
    CHARSET_RULE: 2;
    FONT_FACE_RULE: 5;
    IMPORT_RULE: 3;
    KEYFRAMES_RULE: 7;
    KEYFRAME_RULE: 8;
    MEDIA_RULE: 4;
    NAMESPACE_RULE: 10;
    PAGE_RULE: 6;
    STYLE_RULE: 1;
    SUPPORTS_RULE: 12;
    cssText: string;
    navigation: "auto" | "none";
    parentRule: null | CSSRule;
    parentStyleSheet: null | CSSStyleSheet;
    type: number;
}

Hierarchy

  • CSSRule
    • CSSViewTransitionRule

Properties

CHARSET_RULE: 2
FONT_FACE_RULE: 5
IMPORT_RULE: 3
KEYFRAMES_RULE: 7
KEYFRAME_RULE: 8
MEDIA_RULE: 4
NAMESPACE_RULE: 10
PAGE_RULE: 6
STYLE_RULE: 1
SUPPORTS_RULE: 12
cssText: string
navigation: "auto" | "none"
parentRule: null | CSSRule
parentStyleSheet: null | CSSStyleSheet
type: number

Deprecated

MDN Reference

Generated using TypeDoc