To prevent animation getting applied to children use > selector to select the immediate child. nav ul>a:hover{ animation-name: text_fadein; ...
確定! 回上一頁