We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a9d78 commit 09eb201Copy full SHA for 09eb201
docs/src/docs/Docs.tsx
@@ -38,7 +38,7 @@ const rangeClasses = [
38
{ className: 'range-on-entry', code: 'animation-range: entry 0% entry 100%' },
39
{ className: 'range-on-exit', code: 'animation-range: exit 0% exit 100%' },
40
{
41
- className: 'range/{startValue}-{endValue}',
+ className: 'range/{startValue}_{endValue}',
42
code: 'animation-range: cover {value} cover {endValue}',
43
},
44
]
0 commit comments