Skip to content

Commit ae8f82d

Browse files
committed
fix stylelint errors
1 parent be2e2b2 commit ae8f82d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/date_picker/theme.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@
192192

193193
.slideRightEnterActive,
194194
.slideRightExitActive {
195-
transition-property: transform, opacity;
196195
transition-duration: 350ms;
196+
transition-property: transform, opacity;
197197
transition-timing-function: ease-in-out;
198198
}
199199

@@ -224,8 +224,8 @@
224224

225225
.slideLeftEnterActive,
226226
.slideLeftExitActive {
227-
transition-property: transform, opacity;
228227
transition-duration: 350ms;
228+
transition-property: transform, opacity;
229229
transition-timing-function: ease-in-out;
230230
}
231231

components/time_picker/theme.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@
187187

188188
.zoomInEnterActive,
189189
.zoomInExitActive {
190-
transition-property: transform, opacity;
191190
transition-duration: 500ms;
191+
transition-property: transform, opacity;
192192
transition-timing-function: var(--animation-curve-fast-out-slow-in);
193193
}
194194

@@ -219,8 +219,8 @@
219219

220220
.zoomOutEnterActive,
221221
.zoomOutExitActive {
222-
transition-property: transform, opacity;
223222
transition-duration: 500ms;
223+
transition-property: transform, opacity;
224224
transition-timing-function: var(--animation-curve-fast-out-slow-in);
225225
}
226226

0 commit comments

Comments
 (0)