Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebill1049 authored May 20, 2019
1 parent 20f7f17 commit 7e7d128
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export default () => (
<Animate play start={{ opacity: 0 }} end={{ opacity: 1 }}>
<h1>React simple animate</h1>
</Animate>

{/* This example demonstrate animate keyframes with individual element. */}
<AnimateKeyframes
play
Expand All @@ -43,6 +44,7 @@ export default () => (
>
<h1>React simple animate with keyframes</h1>
</AnimateKeyframes>

{/* This example demonstrate animate group of animation with sequenceIndex. */}
<AnimateGroup play>
<Animate start={{ opacity: 0 }} end={{ opacity: 1 }} sequenceIndex={0}>
Expand Down

0 comments on commit 7e7d128

Please sign in to comment.