Skip to content

Commit

Permalink
fix travis lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jljsj33 committed Dec 14, 2018
1 parent 63c08bf commit d7bcd07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ BannerAnim.animType;
function Demo() {
return (
<BannerAnim>
<Element sync leaveChildHide>
<Element.BgElement scrollParallax={{ x: 100 }}></Element.BgElement>
<Element sync={true} leaveChildHide={true}>
<Element.BgElement scrollParallax={{ x: 100 }} />
<div>test</div>
</Element>
<Arrow arrowType="next">text</Arrow>
<Arrow arrowType="prev">text</Arrow>
<Thumb><div></div></Thumb>
<Thumb><div/></Thumb>
</BannerAnim>
);
}

0 comments on commit d7bcd07

Please sign in to comment.