Skip to content

Commit

Permalink
docs: remove s
Browse files Browse the repository at this point in the history
  • Loading branch information
gavmck committed Feb 22, 2024
1 parent 3b91764 commit 413d2d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/composition/Enter/Enter.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const Enter: StoryObj = {
Enter.args = {
type: 'fade',
enterOnScroll: false,
delay: '0.5s',
delay: '0.5',
};

export const OnScroll: StoryObj = {
Expand All @@ -49,5 +49,5 @@ export const OnScroll: StoryObj = {
OnScroll.args = {
type: 'boing',
enterOnScroll: true,
delay: '0s',
delay: '0',
};

0 comments on commit 413d2d1

Please sign in to comment.