Closed nhugh406 closed 3 years ago
When utilizing the appearVisible prop in the XyzTransitionGroup component, upon scrolling to elements beyond the viewport, the animation is not triggered when they come into view - elements have already had their animation run
appearVisible
XyzTransitionGroup
<XyzTransitionGroup appearVisible className="card-section" xyz="fade small out-down out-rotate-right appear-stagger stagger-1"> {colours.map((data) => ( <div key={data.id}> <ColourCard {...data} /> </div> ))} </XyzTransitionGroup>
When utilizing the
appearVisible
prop in theXyzTransitionGroup
component, upon scrolling to elements beyond the viewport, the animation is not triggered when they come into view - elements have already had their animation run