Commit 87c34a97 by hanjixin

bug

parent 11fbe5d0
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<div class="title">{{getValue('companyName')}}</div> <div class="title">{{getValue('companyName')}}</div>
<div <div
class="ani en_name infinite" class=" en_name"
swiper-animate-effect="my-pulse" swiper-animate-effect="my-pulse"
swiper-animate-duration="3s" swiper-animate-duration="3s"
swiper-animate-delay="1s" swiper-animate-delay="1s"
...@@ -202,14 +202,6 @@ export default { ...@@ -202,14 +202,6 @@ export default {
}, },
{ {
el: ".en_name .left-word", el: ".en_name .left-word",
style: {
opacity: 0,
translateX: "-2000px"
},
options: {
delay: 0,
duration: 0
},
enterBefore: { enterBefore: {
style: { style: {
opacity: 0, opacity: 0,
...@@ -236,50 +228,7 @@ export default { ...@@ -236,50 +228,7 @@ export default {
} }
}, },
{ {
el: ".en_name .right-word",
style: {
opacity: 0,
translateX: "2000px"
},
options: {
delay: 0,
duration: 0
},
enterBefore: {
style: {
opacity: 0,
translateX: "2000px"
},
options: {
delay: 0,
duration: 0
}
},
enter: {
style: {
opacity: 1,
translateX: "0px"
},
options: {
delay: 500,
duration: 1000
}
},
leave: {
style: {},
options: {}
}
},
{
el: ".zh_name", el: ".zh_name",
style: {
opacity: 0,
scale: "0.3"
},
options: {
delay: 0,
duration: 0
},
enterBefore: { enterBefore: {
style: { style: {
opacity: 0, opacity: 0,
...@@ -296,7 +245,7 @@ export default { ...@@ -296,7 +245,7 @@ export default {
scale: "1" scale: "1"
}, },
options: { options: {
delay: 3000, delay: 2000,
duration: 1000 duration: 1000
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment