[`<keyframe-selector>`](https://drafts.csswg.org/css-animations-1/#typedef-keyframe-selector) is defined as follows: > `<keyframe-selector> = from | to | <percentage>` > > Values less than 0% or higher than 100% are invalid and cause their `<keyframe-block>` to be ignored. I think it can be explicitly defined with the [CSS bracketed range notation](https://drafts.csswg.org/css-values-4/#css-bracketed-range-notation). > `<keyframe-selector> = from | to | <percentage [0,100]>`