Complete the code to create a simple hover micro-interaction in Figma using prototyping.
Select the element and go to the [1] tab to add interaction.
In Figma, the Prototype tab is where you add interactions like hover effects.
Complete the code to set the trigger for a micro-interaction to 'While hovering'.
In the Prototype tab, set the [1] to 'While hovering' to create a hover effect.
The Trigger defines what starts the micro-interaction, such as 'While hovering'.
Fix the error in the micro-interaction setup by selecting the correct animation type.
Set the animation type to [1] for a smooth fade effect on hover.
Smart Animate creates smooth transitions by animating differences between frames, perfect for fade effects.
Fill both blanks to create a micro-interaction that changes opacity and duration.
Set the [1] to 50% and the [2] to 300ms for a subtle fade effect.
Changing Opacity controls transparency, and Duration sets how long the animation lasts.
Fill all three blanks to create a micro-interaction that triggers on click, changes scale, and uses ease-in-out easing.
Set the [1] to 'On Click', animate the [2] to 110%, and choose [3] easing for smooth scaling.
The Trigger defines the event, Scale changes size, and Ease In Out makes the animation smooth at start and end.