When I click a button, I want a subtle sparkle to appear and disappear quickly, within half a second.
I've thought about using a gif, but it requires a lot of manual artistic work to achieve the desired effect.
Is there a way to utilize the Animation module or any third-party library to create precise animations?
The Animated module seems limited to basic translation and opacity animations, as shown in the example below:
<Animated.View
style={{
position: 'absolute',
zIndex: 900,
bottom: constants.NAVBARHEIGHT / 4,
height: 90,
opacity: fade,
width: Dimensions.get('window').width,
}}>
However, I'm unsure how to create more complex animations like those demonstrated here: https://codepen.io/mccombsc/pen/ZEzxWPy