Skip to content

Commit 8589007

Browse files
author
linyisonger
committed
时间拉长一些~
1 parent 190bf7c commit 8589007

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

100.曲面八分屏.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
flex-direction: row-reverse;
2626
box-shadow: 2px 0 30px #333;
2727
transform: translateX(-100%);
28-
transition: transform 2s ease-out;
28+
transition: transform 5s ease-out;
2929
filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.6));
3030
}
3131

@@ -79,7 +79,7 @@
7979
content: '';
8080
left: 0;
8181
width: 100%;
82-
transition: left 2s ease-out;
82+
transition: left 5s ease-out;
8383
z-index: 10;
8484
}
8585

0 commit comments

Comments
 (0)