Skip to content

Commit fc030bd

Browse files
iamvictorlisilvenon
authored andcommitted
docs: fix css example for CSSTransition (#487)
1 parent 2eb45b2 commit fc030bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CSSTransition.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const removeClass = (node, classes) => node && classes && classes.split(' ').for
6464
* }
6565
* .my-node-exit-active {
6666
* opacity: 0;
67-
* transition: opacity: 200ms;
67+
* transition: opacity 200ms;
6868
* }
6969
* ```
7070
*

0 commit comments

Comments
 (0)