Hover, Focus & Other States
Hover Property - This property is used to style the component when the user hovers the mouse cursor(pointer) over the component.
Active property - This represents the state when the element is currently being activated by the user. It would be the time between the activation stage of the cursor and its released state.
Focus Property - This represents the state when the element is currently selected to receive input. The application time of this property differs quite greatly between the different input devices.
0 Comments