DEV Community

Discussion on: Awesome CSS Animation Hamburger Menu

Collapse
 
pavelloz profile image
Paweł Kowalski

It is perfectly scalable.

Just add scale(.5); in line 14 in .wrapper transform and you will have it half the size.

Collapse
 
codelitically_incorrect profile image
codelitically_incorrect • Edited

not scaleable with scale(). The element will still take up its original size in the document, so you may need to use negative margins to deal with it, it's a bit inconvenient and hackish to apply negative margins for this case.

Also, does not lend well to a responsive layout. These issues have to be fixed so that width and height can be controller from parent button.

Thread Thread
 
atulcodex profile image
🚩 Atul Prajapati 🇮🇳

You are totally right brother 👊 this burgers are beautiful but not useful for real website's 🙏😁🌷

Collapse
 
codelitically_incorrect profile image
codelitically_incorrect

Any plans to correct your design?

Thread Thread
 
pavelloz profile image
Paweł Kowalski

My design? :D

Thread Thread
 
codelitically_incorrect profile image
codelitically_incorrect

the structure/css approach