Skip to content

Commit 583134f

Browse files
committed
shared(Toast): restore TOAST_ANIMATION_DURATION to AnimationDuration.Regularly (300ms) to match RN behavior
1 parent 7743fe0 commit 583134f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/design-system-shared/src/types/Toast/Toast.constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ import { AnimationDuration } from '@metamask/design-tokens';
44
* Shared toast timing constants.
55
*/
66
export const TOAST_VISIBILITY_DURATION = 2750;
7-
export const TOAST_ANIMATION_DURATION = AnimationDuration.Promptly;
7+
export const TOAST_ANIMATION_DURATION = AnimationDuration.Regularly;

0 commit comments

Comments
 (0)