728x90
html
<div className='suggest-img-wrapper' style={{'--n': index}} key={index}> </div>
css
.twoanswer-ai-section.active2 .suggest-img-wrapper{
animation : cardMove 1s ease forwards;
animation-delay: calc(var(--n) * 0.2s + 2s);
}
'마크업 언어 > CSS' 카테고리의 다른 글
[CSS] color 에 gradient 적용 (1) | 2024.04.26 |
---|---|
[CSS] text rainbow 효과 (0) | 2024.04.24 |
[CSS] %가 기준으로 삼는 것 (0) | 2024.04.15 |
[CSS] input[type=file] 에서 파일찾기 커스텀하는 법 (0) | 2024.02.02 |
[CSS] fixed / relative 선언 z-index 차이 (0) | 2024.01.24 |