adgsm / multi-level-push-menu

MultiLevelPushMenu jQuery Plugin implementation
http://multi-level-push-menu.dzunic.net
804 stars 213 forks source link

CSS Translate 3D #41

Open diegolameira opened 10 years ago

diegolameira commented 10 years ago

Hello,

I know your idea was to implement the original mlpm to use in older browsers. We all still know that translate3d is the way to use hardware acceleration in modern browsers (like mobile). And i think software animation with js must be an fallback way to help older browsers. Why not use original idea and extend animation for older browser?

adgsm commented 10 years ago

indeed, sounds reasonable. roughly speaking heavy change would affect just 2 or 3 methods + css... will have it in mind for future releases but can't promise about timing since having quite intensive workload at the moment...

diegolameira commented 10 years ago

Hey, thanks for the fast reply! It was just an idea, and I hope it will improve a lot. I will try to send you a push. =)