Hello there! I have search screen where there is LazyColumn with AnimatedVisibility wrapped items to have addition animation.
Here is the thing: the search result can be huge regarding items count and I faced that items continuously played enter animation during scroll. But I only need item to be animated which are visible to user before scroll
How can I solve this?