Skip to content

Commit cebca5c

Browse files
committed
animation iteration count added
1 parent 649410d commit cebca5c

File tree

4 files changed

+123
-57
lines changed

4 files changed

+123
-57
lines changed

client/packages/lowcoder/src/api/commonSettingApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export interface ThemeDetail {
5454
opacity?: string;
5555
boxShadow?: string;
5656
boxShadowColor?: string;
57+
animationIterationCount?: string;
5758
}
5859

5960
export function getThemeDetailName(key: keyof ThemeDetail) {

0 commit comments

Comments
 (0)