File tree 1 file changed +11
-11
lines changed
client/packages/lowcoder/src/comps/controls
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -236,13 +236,13 @@ export const defaultTheme: ThemeDetail = {
236
236
padding : '3px' ,
237
237
gridColumns : '24' ,
238
238
textSize : '14px' ,
239
- animation : 'bounce ' ,
240
- animationDelay : '2s ' ,
241
- animationDuration : '2s ' ,
242
- opacity : '0.33 ' ,
243
- boxShadow : '10px 5px 5px ' ,
244
- boxShadowColor : '#D7D9E0 ' ,
245
- animationIterationCount : '10 ' ,
239
+ animation : '' ,
240
+ animationDelay : '' ,
241
+ animationDuration : '' ,
242
+ opacity : '1 ' ,
243
+ boxShadow : '' ,
244
+ boxShadowColor : '' ,
245
+ animationIterationCount : '' ,
246
246
} ;
247
247
248
248
export const SURFACE_COLOR = '#FFFFFF' ;
@@ -672,14 +672,14 @@ const STYLING_FIELDS_CONTAINER_SEQUENCE = [
672
672
BORDER_STYLE ,
673
673
RADIUS ,
674
674
BORDER_WIDTH ,
675
- ANIMATION ,
676
- ANIMATIONDELAY ,
677
- ANIMATIONDURATION ,
678
675
OPACITY ,
679
676
BOXSHADOW ,
680
677
BOXSHADOWCOLOR ,
681
- ANIMATIONITERATIONCOUNT ,
682
678
ROTATION ,
679
+ ANIMATION ,
680
+ ANIMATIONDELAY ,
681
+ ANIMATIONDURATION ,
682
+ ANIMATIONITERATIONCOUNT ,
683
683
] ;
684
684
685
685
const FILL = {
You can’t perform that action at this time.
0 commit comments