You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{FadeIn,getIncrementor}from'anima-react';// return an incremented number on every callconstgetDelay=getIncrementor(0,0.15);// Wrap your component and add an optional delay<FadeInorientation="up"delay={getDelay()}><YourReactComponent/></FadeIn>;