Skip to content

Commit

Permalink
docs: fix css example for CSSTransition (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvictorli authored and silvenon committed Apr 14, 2019
1 parent 2eb45b2 commit fc030bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CSSTransition.js
Expand Up @@ -64,7 +64,7 @@ const removeClass = (node, classes) => node && classes && classes.split(' ').for
* }
* .my-node-exit-active {
* opacity: 0;
* transition: opacity: 200ms;
* transition: opacity 200ms;
* }
* ```
*
Expand Down

0 comments on commit fc030bd

Please sign in to comment.