brewern / mobile-menu

77 stars 35 forks source link

Doesn't work on Firefox 18 #3

Closed rusticguy closed 11 years ago

rusticguy commented 11 years ago

This doesn't work on Firefox 18 when tested by reducing the browser windows width. Works on all other browsers though. tested it on http://www.tradeomics.com/

aaronhb commented 11 years ago

Did you ever get this working? I have been unable to get it to show my ul navigation. I am trying to find a solution for turning a superfish ul menu to something like this.

brewern commented 11 years ago

I'll be fixing this today. The CSS3 animate properties are targeted to webkit only at the moment. My first goal for this plugin was targeting mobile devices, specifically the chrome and safari browsers.

rusticguy commented 11 years ago

Thanks for updating. Would request an update of readme file also to include detailed help.

brewern commented 11 years ago

I've added the CSS prefixes and confirmed that it does work in Firefox now. It should also work in additional browsers that support the animation property, although I've only tested it in Safari, Chrome, and Firefox.

I've also added the demo, I'll update the readme files with details as soon as possible.