Home › Forums › CSS › CSS smooth animation issue › Reply To: CSS smooth animation issue
March 5, 2015 at 4:01 am
#197341
Member
The problem is that the animation does not run smooth.
By “animation”, I assume you mean “transition”?
…and what does “not smooth” mean?
Couple of things.
Firstly, I’m not sure why you are transitioning everything…you should only transition the properties that you actually want to transition.
Secondly, why use float
and inline-block
at the same time…that’s not logical.
Other than that, I’m not seeing the problem you describe in Chrome 41.0.2272.74 beta-m (64-bit)