What will happen when the whileTap property is applied in the following Framer Motion example?
<motion.div whileTap={{ scale: 0.9 }}>
Tap me!
</motion.div>
The element will scale down to 90% when tapped.
The element will scale up to 110% when tapped.
The element will change color when tapped.
The element will hide when tapped.
This question is part of this quiz :
Animations and Transitions in React