we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "slide hide animaition in react"
Emiliano
14 Aug 2016
1import {Animated} from "react-animated-css";
2<Animated animationIn="slideInLeft" animationOut="slideOutLeft" animationInDuration={1000} animationOutDuration={1000} isVisible={true}>
3    <img src="/public/images/demo.jpg"/>
4</Animated>