From 38e8b643a2825b1b88ad26c2e650352bb095b7c9 Mon Sep 17 00:00:00 2001 From: Lukas Oppermann Date: Tue, 24 Dec 2024 10:18:32 +0100 Subject: [PATCH] add 100ms duration --- .changeset/nervous-icons-relate.md | 5 +++++ src/tokens/base/motion/timing.json5 | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 .changeset/nervous-icons-relate.md diff --git a/.changeset/nervous-icons-relate.md b/.changeset/nervous-icons-relate.md new file mode 100644 index 000000000..286afa37a --- /dev/null +++ b/.changeset/nervous-icons-relate.md @@ -0,0 +1,5 @@ +--- +'@primer/primitives': patch +--- + +Add 100ms duration for very short transitions diff --git a/src/tokens/base/motion/timing.json5 b/src/tokens/base/motion/timing.json5 index 59bdf5da7..eb6cc9f7b 100644 --- a/src/tokens/base/motion/timing.json5 +++ b/src/tokens/base/motion/timing.json5 @@ -9,6 +9,10 @@ $value: '75ms', $type: 'duration', }, + '100': { + $value: '100ms', + $type: 'duration', + }, '200': { $value: '200ms', $type: 'duration',