We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f977d8c commit 3cc0d60Copy full SHA for 3cc0d60
1 file changed
Readme.md
@@ -62,6 +62,7 @@ $ npm install react-keyframes --save
62
63
- Use `import { Frame } from 'react-keyframes'` or `require('react-keyframes').Frame`.
64
- The `duration` prop specifies the length of time that a frame should show (millisecond).
65
+- You have to put `Frame` in the order you want them animated.
66
- Example:
67
68
```js
0 commit comments