【发布时间】:2020-01-28 13:31:55
【问题描述】:
img{
filter:brightness(20%)
animation-name:f;
animation-duration:5s;
}
@keyframes f{
50%{filter:brightness(150%)
}
<!Doctype html>
<html>
<body>
<img src="http://www.sololearn.com/images/tree.jpg">
<body>
<html>
我希望当我将鼠标悬停在图像上时动画效果生效
【问题讨论】: