Skip to content

Instantly share code, notes, and snippets.

@jacobp100
Created February 28, 2017 16:03
Show Gist options
  • Save jacobp100/b6d3e1b0577368a9d9ac40da62d3e68a to your computer and use it in GitHub Desktop.
Save jacobp100/b6d3e1b0577368a9d9ac40da62d3e68a to your computer and use it in GitHub Desktop.
const ButtonContainer = cssta(Animated.View)`
...
transition: background-color 0.2s;
...
`;
const ButtonText = cssta(Animated.Text)`
...
transition: color 0.3s;
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment