在我的图库中使用另一个效果时也有类似的问题。由于我不知道如何保持使用这个效果,我在我的图像中更改了另一个悬停效果,但仍然不起作用。
bootp为例
当我关闭点击链接打开的模态时,我点击的图像消失了。是否有任何方法可以关闭模态而不让我的图像消失?非常感谢!
add top:0px to figcaption styles
figcaption {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
filter: alpha(opacity=0);
opacity: 0;
position: absolute;
height: 100%;
width: 100%;
background: rgba(38, 188, 138, 0.8);
color: #fff;
text-align: center;
-webkit-transition: all .8s ease;
-moz-transition: all .8s ease;
-o-transition: all .8s ease;
-ms-transition: all .8s ease;
transition: all .8s ease;
top: 0px;
}