Skip to content

Commit b62ab06

Browse files
authored
Added animationFillMode to CSS Style Declrations (#33)
1 parent 64da61e commit b62ab06

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/panorama-types/types/css.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ interface VCSSStyleDeclaration {
1414
animation: string | null;
1515
animationDelay: string | null;
1616
animationDirection: string | null;
17+
animationFillMode: string | null;
1718
animationDuration: string | null;
1819
animationIterationCount: string | null;
1920
animationName: string | null;

0 commit comments

Comments
 (0)