Interface: CssAnimation
Defined in: packages/core/src/model.ts:84
An animation the component exposes (@keyframes at-rule / @animation doc tag).
Properties
description?
ts
optional description?: string;Defined in: packages/core/src/model.ts:88
Prose from an @animation/@keyframes doc tag, when authored.
name
ts
name: string;Defined in: packages/core/src/model.ts:86
The animation (keyframes) name.