@@ -102,6 +102,7 @@ ModalWithStandardActionsFooter.storyName = 'Modal with standard actions footer'
102
102
ModalWithStandardActionsFooter . play = openModal
103
103
ModalWithStandardActionsFooter . parameters = {
104
104
docs : { source : { type : 'dynamic' } } ,
105
+ chromatic : { disableSnapshot : false , pauseAnimationAtEnd : true } ,
105
106
}
106
107
107
108
//
@@ -144,6 +145,7 @@ ModalWithHeaderBodyAndCustomFooter.storyName = 'Modal with header, body and cust
144
145
ModalWithHeaderBodyAndCustomFooter . play = openModal
145
146
ModalWithHeaderBodyAndCustomFooter . parameters = {
146
147
docs : { source : { type : 'dynamic' } } ,
148
+ chromatic : { disableSnapshot : false , pauseAnimationAtEnd : true } ,
147
149
}
148
150
149
151
//
@@ -201,6 +203,7 @@ ModalWithSidebar.storyName = 'Modal with a sidebar'
201
203
ModalWithSidebar . play = openModal
202
204
ModalWithSidebar . parameters = {
203
205
docs : { source : { type : 'dynamic' } } ,
206
+ chromatic : { disableSnapshot : false , pauseAnimationAtEnd : true } ,
204
207
}
205
208
206
209
//
@@ -277,6 +280,7 @@ ModalWithScrollableTabPanels.storyName = 'Modal with scrollable tab panels'
277
280
ModalWithScrollableTabPanels . play = openModal
278
281
ModalWithScrollableTabPanels . parameters = {
279
282
docs : { source : { type : 'dynamic' } } ,
283
+ chromatic : { disableSnapshot : false , pauseAnimationAtEnd : true } ,
280
284
}
281
285
282
286
//
@@ -312,6 +316,7 @@ MinimalisticConfirmationModal.storyName = 'Minimalistic confirmation modal'
312
316
MinimalisticConfirmationModal . play = openModal
313
317
MinimalisticConfirmationModal . parameters = {
314
318
docs : { source : { type : 'dynamic' } } ,
319
+ chromatic : { disableSnapshot : false , pauseAnimationAtEnd : true } ,
315
320
}
316
321
317
322
//
@@ -353,6 +358,7 @@ EnrichedConfirmationModal.storyName = 'Enriched confirmation modal'
353
358
EnrichedConfirmationModal . play = openModal
354
359
EnrichedConfirmationModal . parameters = {
355
360
docs : { source : { type : 'dynamic' } } ,
361
+ chromatic : { disableSnapshot : false , pauseAnimationAtEnd : true } ,
356
362
}
357
363
358
364
//
@@ -408,6 +414,7 @@ ModalAutofocus.storyName = 'Autofocus'
408
414
ModalAutofocus . play = openModal
409
415
ModalAutofocus . parameters = {
410
416
docs : { source : { type : 'dynamic' } } ,
417
+ chromatic : { disableSnapshot : false , pauseAnimationAtEnd : true } ,
411
418
}
412
419
413
420
//
@@ -462,4 +469,5 @@ StackingModals.storyName = 'Stacking modals'
462
469
StackingModals . play = openModal
463
470
StackingModals . parameters = {
464
471
docs : { source : { type : 'dynamic' } } ,
472
+ chromatic : { disableSnapshot : false , pauseAnimationAtEnd : true } ,
465
473
}
0 commit comments