1
2
3
4
indexOf()를 이용하여 CSS 속성 검색하기
CSS 속성 검색하기
검색하기
all
: all 속성은 CSS 속성을 재설정하는데 사용할 수 있는 약식 속성입니다.
animation
: animation 속성은 애니메이션 속성을 재설정하는데 사용할 수 있는 약식 속성입니다.
animation-delay
: animation-delay 속성은 애니메이션이 시작되는 시간을 설정합니다.
animation-direction
: animation-direction 속성은 애니메이션이 움직이는 방향을 설정합니다.
animation-duration
: animation-duration 속성은 애니메이션이 움직이는 시간을 설정합니다.
animation-fill-mode
: animation-fill-mode 속성은 애니메이션이 끝난 후의 상태를 설정합니다.
animation-interation-count
: animation-interation-count 속성은 애니메이션 반복 횟수를 설정합니다.
animation-name
: animation-name 속성은 애니메이션 키프레임 이름을 설정합니다.
animation-play-state
: animation-play-state 속성은 애니메이션 진행상태를 설정합니다.
backdrop-filter
: backdrop-filter 속성은 요소 뒤에 필터효과를 설정합니다.
backdrop-visibility
: backdrop-visibility 속성은 요소 뒷면을 나타낼지 여부를 설정합니다.
caption-side
: caption-side 속성은 테이블 캡션 위치를 설정합니다.