Created
January 12, 2020 13:35
-
-
Save emmabostian/edbe8e98577642f35b07cecef408a8a7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const images = [ | |
({ style }) => <animated.img src={mountains} alt="Mountains" style={style} />, | |
({ style }) => <animated.img src={beach} alt="Beach" style={style} />, | |
({ style }) => <animated.img src={desert} alt="Desert" style={style} /> | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment