Skip to content

Commit

Permalink
Add comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ferni committed Apr 10, 2020
1 parent 384a7a0 commit 771d5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Marketing/FadeIn.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const FadeInStyle = styled.div`
`;

const FadeIn = ({
triggerOffset = 0,
triggerOffset = 0, // extra pixels you need to scroll down in order for the animation to trigger
moveDistance = '40%',
duration = '0.7s',
children,
Expand Down

0 comments on commit 771d5ea

Please sign in to comment.