Skip to content

Commit 8e989dd

Browse files
committed
Add short description of the library
1 parent a0589f9 commit 8e989dd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

www/src/pages/index.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@ class Index extends React.Component {
2424
return (
2525
<div>
2626
<h1>React Transition Group</h1>
27+
<blockquote>
28+
<p>
29+
Exposes simple components useful for defining entering and exiting
30+
transitions. React Transition Group is not an animation library like{' '}
31+
<a href="https://github.com/chenglou/react-motion">React-Motion</a>,
32+
it does not animate styles by itself. Instead it exposes transition
33+
stages, manages classes and group elements and manipulates the DOM
34+
in useful ways, making the implementation of actual visual
35+
transitions much easier.
36+
</p>
37+
</blockquote>
2738
<section>
2839
<h2>Getting Started</h2>
2940
<p />

0 commit comments

Comments
 (0)