A React component that handle loading with entrance animation
npm install --save react-entrance-animation
import React, { Component } from 'react'
import MyComponent from 'react-entrance-animation'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
MIT © yasserhennawi