CSS Types

CSS Types

Editing

<keyframe-selector>

쉼표로 구분된 백분율(0%~100%) 값 목록 또는 fromto 키워드로 구성된 값을 나타낸다.

<keyframe-selector>의 예
@keyframes myani {
  from { }
  20%, 30% { }
  60% { }
  80% { }
  to { }
}

 

구문

  • CSS Animations Level 1
    from | to | <percentage [0,100]>

사용되는 키워드

키워드요약
from

0%에 해당하는 <keyframe-selector>이다.

to

100%에 해당하는 <keyframe-selector>이다.

사용되는 타입

버전 명세

Modules
Module NameStatusSummary
CSS Animations Level 1초안 작업

Last review date: 2022-12-6