KC's Workspace
    Preparing search index...

    A @keyframes rule.

    interface KeyframesRule<D = Declaration> {
        keyframes: Keyframe<D>[];
        loc: Location2;
        name: KeyframesName;
        vendorPrefix: VendorPrefix;
    }

    Type Parameters

    Index

    Properties

    keyframes: Keyframe<D>[]

    A list of keyframes in the animation.

    The location of the rule in the source file.

    The animation name. = |

    vendorPrefix: VendorPrefix

    A vendor prefix for the rule, e.g. @-webkit-keyframes.