Auto-Animate Example

This will fade out

function Example() {
const [count, setCount] = useState(0);
}
Auto-Animate Example This will fade out function Example () { const [count, setCount] = useState( 0 ); }