File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -9,21 +9,24 @@ class App extends React.Component {
9
9
return (
10
10
< div >
11
11
< Merge
12
- one = { { name : fadeIn , duration : '4' , timingFunction : ' ease-in' } }
13
- two = { { name : slideDown , duration : '2s' , timingFunction : ' ease-out' } }
12
+ one = { { name : fadeIn , duration : "3s" , timingFunction : " ease-in" } }
13
+ two = { { name : slideDown , duration : "6s" , timingFunction : " ease-out" } }
14
14
as = "h1"
15
- style = { { color : ' red' } }
15
+ style = { { color : " red" } }
16
16
>
17
17
Hello World
18
18
</ Merge >
19
- < br />
20
- < FadeIn duration = "4s" as = "h1" style = { { color : 'red' } } timingFunction = "linear" direction = "reverse" >
19
+ < br />
20
+ < FadeIn
21
+ duration = "2s"
22
+ as = "strong"
23
+ timingFunction = "linear"
24
+ direction = "reverse"
25
+ >
21
26
Hello World
22
27
</ FadeIn >
23
- < br />
24
- < ExpanseUp
25
- duration = "4s"
26
- >
28
+ < br />
29
+ < ExpanseUp duration = "4s" >
27
30
World Hello
28
31
</ ExpanseUp >
29
32
</ div >
You can’t perform that action at this time.
0 commit comments