Y
Y
Yoh2016-07-01 23:47:59
css
Yoh, 2016-07-01 23:47:59

How to solve text change issue in Google Chrome when using animation?

Hello.
There is a site on Bootstrap 3, it has a slider with animation. But bad luck - when the animation is performed, the text changes in a completely different block.
I sketched a short example consisting of two blocks: https://jsfiddle.net/5zgohLcz/
The problem is observed only in Google Chrome, in Mozzila, IE (latest version), Edge does not have a problem. If you look closely, then when the animation is performed, the color of the text in the dark block changes. What could be causing this and how to fix it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey, 2016-07-02
@Yoh

As a temporary solution - add opacity: 0.99; to .navbar.
The problem seems to be the overlay of the block with opacity on the text, which leads to a change in the way the text is rendered.
https://jsfiddle.net/5zgohLcz/1/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question