Skip to content
This repository was archived by the owner on Apr 14, 2020. It is now read-only.

Commit ef9cfb6

Browse files
committed
chore: remove fixed duration from email chain example
1 parent dc59d3f commit ef9cfb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/__docs__/3-advanced-usage/EmailChain.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const EmailChain = () => {
4141
{Styled.data.map((email, index) => (
4242
<React.Fragment key={index}>
4343
<Motion name={`card-${index}`} in={props.in}>
44-
<FocalRevealMove duration={600}>
44+
<FocalRevealMove>
4545
{motion => (
4646
<div {...motion}>
4747
<ListItem button>

0 commit comments

Comments
 (0)