Skip to content

Commit 3cc0d60

Browse files
committed
Readme: describe about order of Frame
1 parent f977d8c commit 3cc0d60

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ $ npm install react-keyframes --save
6262

6363
- Use `import { Frame } from 'react-keyframes'` or `require('react-keyframes').Frame`.
6464
- 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.
6566
- Example:
6667

6768
```js

0 commit comments

Comments
 (0)