Skip to content

Commit 24aa6fc

Browse files
add 100ms duration (#1149)
1 parent e36ad5e commit 24aa6fc

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/nervous-icons-relate.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/primitives': patch
3+
---
4+
5+
Add 100ms duration for very short transitions

src/tokens/base/motion/timing.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
$value: '75ms',
1010
$type: 'duration',
1111
},
12+
'100': {
13+
$value: '100ms',
14+
$type: 'duration',
15+
},
1216
'200': {
1317
$value: '200ms',
1418
$type: 'duration',

0 commit comments

Comments
 (0)