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 344 @keyframes zoomIn {
345 345 from {
346 346 opacity: 0;
347   - transform: scale3d(.7, .7, .7);
348 347 }
349 348 50% {
350   - opacity: .75;
  349 + opacity: .35;
351 350 }
352 351 100% {
353 352 opacity: 1;
... ...
Please register or login to post a comment