subhadipbhowmik / 30-Days-Of-CPP

30 days of CPP programming challenge is a step by step guide to learn CPP programming language in 30 days. Happy Coding.
https://subhadipbhowmik.github.io/30-Days-Of-CPP/
MIT License
58 stars 142 forks source link

[ENHANCEMENT] Adding the opening smooth animation of hamburger menu in small windows. #14

Open Ayushmaanagarwal1211 opened 3 months ago

Ayushmaanagarwal1211 commented 3 months ago

Describe the bug

Adding the opening smooth animation of hamburger menu in small windows may improve the UX of the user .

## Add Screenshots https://github.com/subhadipbhowmik/30-Days-Of-CPP/assets/118350936/9f8c2125-0b8c-4766-a7ba-49bbe3f294f3 ## Steps To Reproduce 1. Go to 'Home page' 2. In small devices click on the left hamburger menu 3. You will see the hamburger menu is opening without any sliding animation .

The current behavior

Not having smooth sliding animation

The expected behavior

Having a smooth sliding animation

Ayushmaanagarwal1211 commented 3 months ago

Working on it !