Relative Content

Tag Archive for react-nativeanimationvideo-streamingflatlistcustom-scrolling

React Native – multiple full-screen items (videos) in FlatList, add desired custom scroll effect like parallax between desired items

Having array of multiple items (videos) in FlatList, each covering the whole screen. It is tiktok like videos feed where user on single scroll, moves between current and next video. Is it possible to add special scroll effect between desired videos? Let’s say array is mixed of videos with different type, and let’s say I have some videos of type-X type, so whenever I’m at video of type-X and apply a scroll, I want next video/card have custom “loading” effect like ease-in or like vertical carousel parallax effect?

React Native – multiple full-screen items (videos) in FlatList, add desired custom scroll effect like parallax between desired items

Having array of multiple items (videos) in FlatList, each covering the whole screen. It is tiktok like videos feed where user on single scroll, moves between current and next video. Is it possible to add special scroll effect between desired videos? Let’s say array is mixed of videos with different type, and let’s say I have some videos of type-X type, so whenever I’m at video of type-X and apply a scroll, I want next video/card have custom “loading” effect like ease-in or like vertical carousel parallax effect?