--- title: Sibling fade tags: interactivity,intermediate --- Fades out the siblings of a hovered item. - Use a `transition` to animate changes to `opacity`. - Use the `:hover` and `:not` pseudo-class selectors to change the `opacity` of all elements except for the one the mouse is over to `0.5`. ```html