2021-10-17 09:10:16 -07:00
|
|
|
# Button Hover
|
|
|
|
|
2022-01-12 11:39:47 -08:00
|
|
|
Use a transition to scale the button when you hover your mouse over it.
|
2021-10-17 09:10:16 -07:00
|
|
|
|
|
|
|
## Desired Outcome
|
|
|
|
|
|
|
|
![outcome](./desired-outcome.gif)
|
|
|
|
|
|
|
|
### Self Check
|
2022-01-12 11:39:47 -08:00
|
|
|
- Does the button grow when you hover it?
|
2021-10-17 09:10:16 -07:00
|
|
|
- Do other properties of the button remain unchanged?
|
|
|
|
- Does the `:hover` pseudo-class trigger the transition?
|