Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Animation behaving odd in FX when elements hit its containers boundaries. Reply To: Animation behaving odd in FX when elements hit its containers boundaries.

#156575
Merri
Participant

margin: auto; is probably to core reason for the odd behavior. I’m not sure whether Firefox does it right and others do it wrong, but switching to traditional way of positioning absolute elements (ie. use margin-left and margin-top to move it) does fix it for Firefox while still working fine atleast on Chrome. The example made IE11 crash so badly it looks like I have to restart until I can use it again.

http://codepen.io/Merri/pen/avfEr