button center updated
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 200 KiB After Width: | Height: | Size: 200 KiB |
@@ -52,8 +52,9 @@ function OilInfo() {
|
||||
>
|
||||
|
||||
<MotionBox
|
||||
justifyItems={'center'}
|
||||
alignItems={'center'}
|
||||
display="flex"
|
||||
justifyContent="center"
|
||||
alignItems="center"
|
||||
initial={{ opacity: 0, x: -50 }}
|
||||
animate={isMainInView ? { opacity: 1, x: 0 } : { opacity: 0, x: -50 }}
|
||||
transition={{ duration: 0.6, delay: 0.4, ease: "easeOut" }}
|
||||
@@ -69,8 +70,9 @@ function OilInfo() {
|
||||
</MotionBox>
|
||||
|
||||
<MotionBox
|
||||
justifyItems={'center'}
|
||||
alignItems={'center'}
|
||||
display="flex"
|
||||
justifyContent="center"
|
||||
alignItems="center"
|
||||
initial={{ opacity: 0, x: 50 }}
|
||||
animate={isMainInView ? { opacity: 1, x: 0 } : { opacity: 0, x: 50 }}
|
||||
transition={{ duration: 0.6, delay: 0.8, ease: "easeOut" }}
|
||||
|
||||
Reference in New Issue
Block a user