Skip to content

Commit

Permalink
add 100ms duration (#1149)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann authored Dec 24, 2024
1 parent e36ad5e commit 24aa6fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/nervous-icons-relate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/primitives': patch
---

Add 100ms duration for very short transitions
4 changes: 4 additions & 0 deletions src/tokens/base/motion/timing.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
$value: '75ms',
$type: 'duration',
},
'100': {
$value: '100ms',
$type: 'duration',
},
'200': {
$value: '200ms',
$type: 'duration',
Expand Down

0 comments on commit 24aa6fc

Please sign in to comment.