Forums

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

Home Forums CSS translateX not working in FF with percentage? Reply To: translateX not working in FF with percentage?

#196693
Paulie_D
Member

But just by changing % to vw then this does work in FF.

http://codepen.io/Paulie-D/pen/OPZZzK

My guess is that the % is not transferring to the SVG in FF because the SVG has no defined width.

I agree..it should work but equally I would have thought that the animation should be defined in the SVG rather than in the CSS.

Perhaps that’s it?