L
L
lavezzi12015-08-16 15:06:42
css
lavezzi1, 2015-08-16 15:06:42

Why does Google chrome display hover with a delay in some photos?

In some photos (the source is different, the link is there) chrome displays hover with a delay. Example below:

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
lavezzi1, 2015-08-16
@lavezzi1

Solution:
Add
-webkit-column-break-inside:avoid; to the parent element.
-moz-column-break-inside:avoid;
-o-column-break-inside:avoid;
-ms-column-break-inside:avoid;
column-break-inside:avoid;
-webkit-backface-visibility:hidden;

A
Alexey Ukolov, 2015-08-16
@alexey-m-ukolov

It has something to do with the transition on .caption . When it is disabled, everything works as it should. But I can't figure out what the exact reason is.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question