回答編集履歴

1

調整

2024/03/13 00:30

投稿

yambejp
yambejp

スコア114994

test CHANGED
@@ -14,8 +14,8 @@
14
14
  animation-fill-mode:forwards;
15
15
  }
16
16
  @keyframes zoomin{
17
- from {transform:scale(1, 1);opacity:0.7;}
17
+ from {transform:scale(1);opacity:0.7;}
18
- to{transform:scale(1.3, 1.3);opacity:1;}
18
+ to{transform:scale(1.3);opacity:1;}
19
19
  }
20
20
  }
21
21
  </style>