Chronstruct / primitives

MIT License
3 stars 0 forks source link

consider <style_ /> injector prop #60

Open kylpo opened 4 years ago

kylpo commented 4 years ago

Why <style_ />?

kylpo commented 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>