fix: resolve the inconsistent animation speed issue
In the screen where I used the marquee animation, the animation speed was inconsistent (either too slow or too fast) when navigation movements occurred or when the app state changed. To address this, I replaced the useFrameCallback with useEffect and requestAnimationFrame to adjust the animation speed, and this worked successfully for me.
I'm also facing this issue whenever I use refreshControl the speed of marquee increases @zehratok I used your code now it's fixed Thanks
I'm also facing this issue whenever I use refreshControl the speed of marquee increases @zehratok I used your code now it's fixed Thanks
I'm glad I could help you solve your problem. Just remember that without the reanimated v3, this package may cause crashes. I experienced that myself :)
@zehratok This change causes a laggy feel for me if the data is consistently updating inside the child
@zehratok This change causes a laggy feel for me if the data is consistently updating inside the child
use this package @homielab/react-native-auto-scroll
I also facing same issue , Sometime speed increase and sometime decrease .
Version : "@animatereactnative/marquee": "0.2.0"
This was released in 0.3.0-0.3.1. Thanks everyone!