FRONTEND·중요도 5·2026. 08. 26.·CSS-Tricks
animation-trigger
── KO ──────────────────
CSS에서 애니메이션 시작을 지연시키는 animation-trigger 속성 소개
CSS의 animation-trigger 속성은 특정 트리거가 발생할 때까지 CSS 애니메이션의 시작을 지연시킬 수 있게 해줍니다. 이는 개발자들이 사용자 상호작용이나 특정 이벤트에 맞춰 애니메이션을 제어하는 데 유용합니다. 이 속성에 대한 자세한 정보는 CSS-Tricks에서 확인할 수 있습니다.
── EN ──────────────────
Introduction to the animation-trigger property for delaying CSS animations.
The CSS animation-trigger property allows developers to delay the start of a CSS animation until a specific trigger occurs. This feature can help in controlling animations based on user interactions or specific events. More detailed information can be found on CSS-Tricks.