|
@@ -56,7 +56,6 @@ const onSlideLeft = () => {
|
|
}
|
|
}
|
|
|
|
|
|
const isShowIndex3 = ref(false)
|
|
const isShowIndex3 = ref(false)
|
|
-// :class="{ 'onRight1':curIndex == 0, 'onLeft1':curIndex == 1,'goLeft1': curIndex === 1, 'goRight1': curIndex === 0 }"
|
|
|
|
|
|
|
|
|
|
|
|
</script>
|
|
</script>
|
|
@@ -125,7 +124,7 @@ const isShowIndex3 = ref(false)
|
|
}
|
|
}
|
|
|
|
|
|
.goLeft1 {
|
|
.goLeft1 {
|
|
- animation: on-left1 2s forwards;
|
|
|
|
|
|
+ animation: on-left1 1.5s forwards;
|
|
|
|
|
|
@keyframes on-left1 {
|
|
@keyframes on-left1 {
|
|
0% {
|
|
0% {
|
|
@@ -139,7 +138,7 @@ const isShowIndex3 = ref(false)
|
|
}
|
|
}
|
|
|
|
|
|
.goLeft2 {
|
|
.goLeft2 {
|
|
- animation: on-left2 2s forwards;
|
|
|
|
|
|
+ animation: on-left2 1.5s forwards;
|
|
|
|
|
|
@keyframes on-left2 {
|
|
@keyframes on-left2 {
|
|
0% {
|
|
0% {
|
|
@@ -153,7 +152,7 @@ const isShowIndex3 = ref(false)
|
|
}
|
|
}
|
|
|
|
|
|
.goRight1 {
|
|
.goRight1 {
|
|
- animation: on-right1 2s forwards;
|
|
|
|
|
|
+ animation: on-right1 1.5s forwards;
|
|
|
|
|
|
@keyframes on-right1 {
|
|
@keyframes on-right1 {
|
|
0% {
|
|
0% {
|
|
@@ -167,7 +166,7 @@ const isShowIndex3 = ref(false)
|
|
}
|
|
}
|
|
|
|
|
|
.goRight2 {
|
|
.goRight2 {
|
|
- animation: on-right2 2s forwards;
|
|
|
|
|
|
+ animation: on-right2 1.5s forwards;
|
|
|
|
|
|
@keyframes on-right2 {
|
|
@keyframes on-right2 {
|
|
0% {
|
|
0% {
|