@@ -27,7 +27,7 @@ const AnimatedBackground = () => (
27
27
r = "2000"
28
28
fill = "#FD0000"
29
29
animate = { { scale : [ 1 , 0.9 ] , y : [ 0 , 50 ] } }
30
- transition = { { duration : 8 , repeat : Infinity , repeatType : 'reverse' } }
30
+ transition = { { duration : 4 , repeat : Infinity , repeatType : 'reverse' } }
31
31
/>
32
32
< motion . circle
33
33
cx = "418"
@@ -39,15 +39,15 @@ const AnimatedBackground = () => (
39
39
x : [ 0 , 1000 ] ,
40
40
rotate : [ 0 , 60 ] ,
41
41
} }
42
- transition = { { duration : 8 , repeat : Infinity , repeatType : 'reverse' } }
42
+ transition = { { duration : 4 , repeat : Infinity , repeatType : 'reverse' } }
43
43
/>
44
44
< motion . circle
45
45
cx = "418"
46
46
cy = "2953"
47
47
r = "1525"
48
48
fill = "#A412DF"
49
49
animate = { { scale : [ 0.8 , 1 ] , x : [ 0 , 50 ] , y : [ - 100 , 200 ] } }
50
- transition = { { duration : 4 , repeat : Infinity , repeatType : 'reverse' } }
50
+ transition = { { duration : 2 , repeat : Infinity , repeatType : 'reverse' } }
51
51
/>
52
52
< motion . circle
53
53
cx = "418"
@@ -59,7 +59,7 @@ const AnimatedBackground = () => (
59
59
x : [ 0 , 1000 ] ,
60
60
rotate : [ 0 , 60 ] ,
61
61
} }
62
- transition = { { duration : 8 , repeat : Infinity , repeatType : 'reverse' } }
62
+ transition = { { duration : 4 , repeat : Infinity , repeatType : 'reverse' } }
63
63
/>
64
64
< motion . ellipse
65
65
cx = "759.5"
@@ -68,7 +68,7 @@ const AnimatedBackground = () => (
68
68
ry = "975"
69
69
fill = "white"
70
70
animate = { { scale : [ 0.8 , 1 ] , x : [ 0 , 50 ] , y : [ - 100 , 200 ] } }
71
- transition = { { duration : 4 , repeat : Infinity , repeatType : 'reverse' } }
71
+ transition = { { duration : 2 , repeat : Infinity , repeatType : 'reverse' } }
72
72
/>
73
73
< motion . path
74
74
d = "M1449.92 730.265C1649.97 261.314 2460.84 884.083 2656.59 1131.43C2852.35 1378.78 3240.21 2146.55 2913.48 2307.57C2508.24 2507.29 2384.89 1871.7 2116.5 1567.52C1848.1 1263.34 1326.48 1019.64 1449.92 730.265Z"
@@ -79,7 +79,7 @@ const AnimatedBackground = () => (
79
79
'M659.5 743.5C527.947 250.927 1702.5 356.5 2267 825.5C2831.5 1294.5 2825.95 1970.73 2476.5 2073.5C1657 2314.5 1824.89 1047.68 1556.5 743.5C1288.11 439.319 769 1153.5 659.5 743.5Z' ,
80
80
] ,
81
81
} }
82
- transition = { { duration : 8 , repeat : Infinity , repeatType : 'reverse' } }
82
+ transition = { { duration : 4 , repeat : Infinity , repeatType : 'reverse' } }
83
83
/>
84
84
< motion . circle
85
85
cx = "1479"
@@ -91,7 +91,7 @@ const AnimatedBackground = () => (
91
91
x : [ 0 , 1000 ] ,
92
92
rotate : [ 0 , 60 ] ,
93
93
} }
94
- transition = { { duration : 8 , repeat : Infinity , repeatType : 'reverse' } }
94
+ transition = { { duration : 4 , repeat : Infinity , repeatType : 'reverse' } }
95
95
/>
96
96
</ svg >
97
97
</ motion . div >
@@ -115,9 +115,11 @@ const LoginBanner = () => {
115
115
116
116
return (
117
117
< div className = "flexbox-col br-12 border__primary dc__position-rel dc__overflow-hidden bg__primary" >
118
- < div className = "flexbox-col flex-grow-1 pt-32 pl-32 dc__content-space" >
119
- < div className = "flex h-36 w-130 dc__fill-available-space dc__zi-2" >
120
- < Icon name = "ic-devtron-header-logo" color = "N900" />
118
+ < div className = "flexbox-col flex-grow-1 dc__content-space" >
119
+ < div className = "pl-32 pt-32" >
120
+ < div className = "flex h-36 w-130 dc__fill-available-space dc__zi-2" >
121
+ < Icon name = "ic-devtron-header-logo" color = "N900" />
122
+ </ div >
121
123
</ div >
122
124
< AnimatedBackground />
123
125
< img
0 commit comments