C
C
copal2016-02-07 18:37:02
css
copal, 2016-02-07 18:37:02

How to fix property animation in FireFox?

Here is an example codepen.io/anon/pen/LGgqyd?editors=0110 which works in chrome but doesn't work in firefox.
Properties animation does not work, although I do not exclude that the work of this code in chrome is a miracle.
But still, can I somehow fix it in FF?
I apologize for not describing the problem accurately enough. The fact is that when I hang animation on transform on a drag-object, then when dragging in chrome (surprisingly) it works great. But not in FF. I would like to understand why this is so and whether it is possible to make it so everywhere ..?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitaly Inchin ☢, 2016-02-07
@In4in

transition: transform 2s ease-out

Take away.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question