UNPKG

lixin-web

Version:

vue and bootstrap

18 lines 258 B
/* 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); } } }