Alberto
Results
1
comments of
Alberto
I have a similar solution, it just fades only the appearing div, and hides the older one: ``` jsx { if(styles.opacity > 1){ return { display: 'none'} } return {...