0rich.com
[CSS] keyframes 이름이 동일할 떄, 발생할 수 있는 이슈
@keyframes ${(props) => `bubblepop${props.idx}`} { 0% { margin-bottom: 20px; opacity: 100%; visibility: visible; } 20% { } 100% { margin-bottom: calc(90vh); opacity: 20%; ${(props: styleProps) =&gt…
영리치