### How to clear children style On anmiated after ! ``` { transition((_, stage: Stage) => ( <div style={{ transition: '.22s', opacity: stage === 'enter' ? 1 : 0, transform: transformFromType?.[stage], position: 'absolute', width: width, height: height, left: 0, right: 0, margin: 'auto', }} > <Outlet /> </div> ))} ```
How to clear children style On anmiated after !