Skip to content

Commit

Permalink
Add short description of the library
Browse files Browse the repository at this point in the history
  • Loading branch information
silvenon committed Apr 3, 2018
1 parent a0589f9 commit 8e989dd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions www/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@ class Index extends React.Component {
return (
<div>
<h1>React Transition Group</h1>
<blockquote>
<p>
Exposes simple components useful for defining entering and exiting
transitions. React Transition Group is not an animation library like{' '}
<a href="https://github.com/chenglou/react-motion">React-Motion</a>,
it does not animate styles by itself. Instead it exposes transition
stages, manages classes and group elements and manipulates the DOM
in useful ways, making the implementation of actual visual
transitions much easier.
</p>
</blockquote>
<section>
<h2>Getting Started</h2>
<p />
Expand Down

0 comments on commit 8e989dd

Please sign in to comment.