I have the following problem:
https://www.npmjs.com/package/react-countup
The counter is working in the opposite direction. From bottom to top and not from top to bottom using the enableScrollSpy: boolean (Enables start animation when target is in view.)
My code:
<CountUp
className={styles.contadoresLine2}
end={4000}
enableScrollSpy="true"
duration={1}
separator={"."}
/>