Referring to this fiddle. This animation is quite smooth on Chrome and IE (v9), however it is very choppy on Firefox. The whole idea is to animate the border without moving the div itself (referring back to this question). Question is, any possible way to achieve the same animation but in a smoother fashion (like that in Chrome/IE) in Firefox?
This is the case even if you animate just one side of the div
, so it's not because we are trying to animate every side at once. If we look at this fiddle in Firefox, it seems that the margins being animated is not too smooth, which seems to be the problem.
Any workout is appreciated.