Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 897 Bytes

File metadata and controls

32 lines (20 loc) · 897 Bytes

Youtube Music Carousel Transition Example

This is a simple example of how to implement a smooth carousel transition for a Youtube Music like experience, using react-native-skia and react-native-reanimated.

When swiping from one song to another, the background color transitions smoothly.60fps transition is achieved by driving transitions on the native thread using react-native-reanimated.

How to run

  1. Install dependencies
yarn install
cd ios && pod install && cd ..
  1. Run the app
yarn start

Author

Adithya Viswamithiran

Also refer to some of my work