React Loading Order With Animation
npm install react-loading-order-with-animationAnimate components in order.
npm install react-loading-order-with-animation
import LoadingOrderAnimation from 'react-loading-order-with-animation';
``javascript`
distance={30}
speed={1000}
wait={300}>
Children component
_(String)_ - effect, values: fade-in, default: fade-in
- move _(String)_ - direction, values: from-top-to-bottom, from-bottom-to-top, from-left-to-right, from-right-to-left, default: none
- distance _(Number)_ - direction distance in px, default: 0
- speed _(Number)_ - animation speed in ms, default: 700
- wait _(Number)_ - wait before animation, after, default: 100
- block _(String)_ - css style, values: inline, block, default: blockDevelopment
`
$ npm install
`Run app
`
$ npm start
`
And open in browser: http://localhost:4000Build
`
$ npm run build
``