M
M
Maxim Ramenskiy2015-06-08 02:42:00
Mobile development
Maxim Ramenskiy, 2015-06-08 02:42:00

How to remove animation in mobile browsers?

When I click on a link or button on a mobile browser, I see the default animation. On Android, a transparent blue background appears. On iOS, a transparent black background. How to remove it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikita Baev, 2015-06-08
@m_ramenskiy

This is not an animation, but a tapa highlight.
Turned off like this:
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question