Auto-Animate Example

This will fade out


                function Example() {
                  const [count, setCount] = useState(0);
                }
            

Auto-Animate Example

This will fade out

This element is unmatched


                function Example() {
                  New line!
                  const [count, setCount] = useState(0);
                }