mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:11:07 +08:00
add a delay to story that seems to render inconsistently
This commit is contained in:
parent
70761af86e
commit
35d360acf3
@ -104,11 +104,17 @@ export const WithDefaultInteractions: Story = {
|
||||
args: {
|
||||
of: BooleanStories.Toggling,
|
||||
},
|
||||
parameters: {
|
||||
chromatic: { delay: 500 },
|
||||
},
|
||||
};
|
||||
export const WithInteractionsAutoplayInStory: Story = {
|
||||
args: {
|
||||
of: BooleanStories.TogglingInDocs,
|
||||
},
|
||||
parameters: {
|
||||
chromatic: { delay: 500 },
|
||||
},
|
||||
};
|
||||
|
||||
// TODO: types suggest that <Story /> can take ProjectAnnotations, but it doesn't seem to do anything with them
|
||||
|
Loading…
x
Reference in New Issue
Block a user