L
L
LolaHuligang2020-10-16 11:05:43
MySQL
LolaHuligang, 2020-10-16 11:05:43

Is it possible to fix a bug in animation in FireFox?

Good afternoon,

There is a button with styles:

https://codepen.io/IrenaIrena/pen/RwRarvM

Everywhere is well displayed,
but in FireFox there is no smoothness, there is jitter on hover.
I can't figure out why
, please help.
Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Melkij, 2016-03-07
@skyfly2010

Normalize your table with keywords.
Now the solution is elementary: split the input string by the delimiter on the application, drive it into a query:

select id, count(0) as match_count from tablename
where keyword in (...)
group by id
order by match_count desc

That's it, ready sorted list of id.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question