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 628f701 commit 28feaadCopy full SHA for 28feaad
README.md
@@ -37,7 +37,7 @@ export default BaseDemo
37
classNames可以为string也可以为object,同CSSTransition一致
38
39
### 同时控制多个动画
40
-与CSSTransition不同的是,如果children为function,FsCSSTransition会将相应的类名回传回来
+与CSSTransition不同的是,如果children为function,FsCSSTransition会将相应的类名回传回来,我们可以通过这样的方式来同时控制多个css动画
41
```javascript
42
import React, { Component } from 'react'
43
import FsCSSTransition from '../../src/index'
0 commit comments