Commit 1f21c5bc739255687279a287c10eae24abfd45a9

Authored by 魏巍
1 parent 1447c16c

change show in

Showing 1 changed file with 1 additions and 2 deletions
@@ -344,10 +344,9 @@ swiper{ @@ -344,10 +344,9 @@ swiper{
344 @keyframes zoomIn { 344 @keyframes zoomIn {
345 from { 345 from {
346 opacity: 0; 346 opacity: 0;
347 - transform: scale3d(.7, .7, .7);  
348 } 347 }
349 50% { 348 50% {
350 - opacity: .75; 349 + opacity: .35;
351 } 350 }
352 100% { 351 100% {
353 opacity: 1; 352 opacity: 1;
Please register or login to post a comment