We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64da61e commit b62ab06Copy full SHA for b62ab06
1 file changed
packages/panorama-types/types/css.d.ts
@@ -14,6 +14,7 @@ interface VCSSStyleDeclaration {
14
animation: string | null;
15
animationDelay: string | null;
16
animationDirection: string | null;
17
+ animationFillMode: string | null;
18
animationDuration: string | null;
19
animationIterationCount: string | null;
20
animationName: string | null;
0 commit comments