Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita44339c

Browse files
committed
added updates to Components documentation based of Falk's feedback
1 parent48d6d7b commita44339c

File tree

22 files changed

+1400
-752
lines changed

22 files changed

+1400
-752
lines changed

‎client/packages/lowcoder/src/pages/ComponentDoc/examples/CalendarInputComp/Calendar.tsx

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -296,54 +296,6 @@ export default function CalendarExample() {
296296
compFactory={ChartCompWithDefault}
297297
/>
298298
</ExampleGroup>
299-
300-
<ExampleGroup
301-
title="Animation Style"
302-
description="The Following Examples Show different Animation Styles on the Calendar Component."
303-
>
304-
<Example
305-
title="Bounce Animation"
306-
width={700}
307-
height={600}
308-
config={{
309-
animationStyle:{
310-
"animation":"bounce",
311-
"animationDelay":"1s",
312-
"animationDuration":"3s",
313-
"animationIterationCount":"infinite"
314-
},
315-
}}
316-
compFactory={ChartCompWithDefault}
317-
/>
318-
<Example
319-
title="Swing Animation"
320-
width={700}
321-
height={600}
322-
config={{
323-
animationStyle:{
324-
"animation":"swing",
325-
"animationDelay":"1s",
326-
"animationDuration":"3s",
327-
"animationIterationCount":"infinite"
328-
},
329-
}}
330-
compFactory={ChartCompWithDefault}
331-
/>
332-
<Example
333-
title="Tada Animation"
334-
width={700}
335-
height={600}
336-
config={{
337-
animationStyle:{
338-
"animation":"tada",
339-
"animationDelay":"1s",
340-
"animationDuration":"3s",
341-
"animationIterationCount":"infinite"
342-
},
343-
}}
344-
compFactory={ChartCompWithDefault}
345-
/>
346-
</ExampleGroup>
347299
</>
348300
);
349301
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp