Jul 15, 2021
If you set it to true, it will run your animation on the UI thread, which will be faster than on JS. Set it to true when possible. Based on which properties you’re animating, it might not be possible (check the docs)
If you set it to true, it will run your animation on the UI thread, which will be faster than on JS. Set it to true when possible. Based on which properties you’re animating, it might not be possible (check the docs)
I find myself reading too many articles on the internet