UNPKG
lixin-web
Version:
latest (1.0.5)
1.0.5
vue and bootstrap
lixin-web
/
webapp
/
less
/
plugins
/
imagehover
/
effects
/
_imghvr-blur.less
18 lines
•
258 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* imghvr-blur ----------------------------- */
.imghvr-blur
{
figcaption
{
opacity
:
0
; }
&
:hover
{ >
img
{
.blur
(
30px
);
.scale
(
1.2
);
opacity
:
0
; }
figcaption
{
opacity
:
1
;
.transition-delay
(
@transition-duration
*
0.6
); } } }