We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0589f9 commit 8e989ddCopy full SHA for 8e989dd
www/src/pages/index.js
@@ -24,6 +24,17 @@ class Index extends React.Component {
24
return (
25
<div>
26
<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>
38
<section>
39
<h2>Getting Started</h2>
40
<p />
0 commit comments