Summary
Keywords
Full Transcript
In this tutorial, we’ll unleash the power of the interpolate function from the Reanimated package. In order to do that, we are going to build an amazing animation with an Animated ScrollView. Written article: https://reactiive.io/articles/interpolate-with-scrollview My React Native animations course: https://reanimate.dev Shared 100+ Animations on Demos: https://reactiive.io/demos Twitter: https://twitter.com/reactiive_ Source code: https://github.com/enzomanuelmangano/animate-with-reanimated/tree/main/src/animations/02-interpolate-with-scrollview The main concepts we'll explore are: - useAnimatedScrollHandler - Animated ScrollView - interpolate If you are new to Reanimated 2, I highly recommend you to check out my first video: https://youtu.be/yz9E10Dq8Bg Chapters: 00:00 Introduction 00:55 Setup ScrollView and Pages 08:34 The translateX value 13:44 Let's start to interpolate 21:53 The text animations 28:15 Final touches
