Skip to content

Commit

Permalink
add missing references
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Nov 21, 2024
1 parent 06864ba commit ea69900
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/tokens/functional/motion/patterns.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,24 @@
spinner: {
duration: {
rotation: {
$value: '1000ms',
$value: '{base.duration.1000}',
$type: 'duration',
$description: 'The amount of time it takes the "Spinner" loading indicator to make a full 360deg rotation',
},
},
easing: {
rotation: {
$value: '{base.easing.linear}',
$type: 'cubicBezier',
$description: 'The easing curve for the "Spinner" loading indicator rotation',
},
},
},
skeletonLoader: {
shimmer: {
duration: {
scale: {
$value: '1000ms',
$value: '{base.duration.1000}',
$type: 'duration',
$description: 'The amount of times it takes the "shimmer" effect to go from the start (left) of the skeleton loader to the end (right)',
},
Expand Down

0 comments on commit ea69900

Please sign in to comment.