Open kylpo opened 4 years ago
https://github.com/nitin42/animate-components/blob/master/packages/animate-components/docs/usage.md and https://github.com/shoutem/animation are sources of inspiration. Nice to just be able to wrap existing things with new functionality...
{/* This will fade in and zoom out on scroll position 200 */}
<ZoomOut driver={driver} inputRange={[150, 200]} maxFactor={3}>
<FadeIn driver={driver} inputRange={[150, 200]}>
<Text>Hello</Text>
</FadeIn>
</ZoomOut>
Why
<style_ />
?