devvsakib / DevToolsArena

This is an Open Source repository. Our main goal is to solve any github error or issues and help other to feel comfortable using GitHub.
https://www.devtoolsarena.xyz
GNU General Public License v3.0
57 stars 51 forks source link

[BUG]: FilterType menu ease-in-out animation #157

Closed devvsakib closed 1 year ago

devvsakib commented 1 year ago

The mobile filter menu animation not working properly. When the user clicks the filter type, it comes with awesome animation but dismisses instantly. image

To Reproduce Add ease-out animation

Expected behavior Should ease-out smoothly

Screenshots added

abhinav2712 commented 1 year ago

@devvsakib Assign me this issue, will get it done in a min

devvsakib commented 1 year ago

Of coursešŸ”„ all your's @abhinav2712

abhinav2712 commented 1 year ago

@devvsakib Hey, I went through the whole files structure and found the file which targets the search bar which has categories of the errors. I am trying to change the file "SearchInput.jsx" file on my local but none of the changes are being reflected. I tried changing "filter by type" to just "filter" just to check if my target file is correct but it doesnt change anything, Do give me a heads up for this one..

devvsakib commented 1 year ago

refresh your localhost @abhinav2712

abhinav2712 commented 1 year ago

@devvsakib I refreshed my localhost, still its same, Look I changed the spellings still :/

image

heres the output:

image

Do you have any idea on why this is happening?

devvsakib commented 1 year ago

I didn't get your point. what do you mean? @abhinav2712

abhinav2712 commented 1 year ago

@devvsakib As u can see I have changes the names in nav items, still the changes aren't being reflected, (even after restarting localhost) Can you confirm if I am making changes in the correct file for not?

devvsakib commented 1 year ago

this nav is for mobile. image

abhinav2712 commented 1 year ago

@devvsakib does that

this nav is for mobile. image

is that file somewhere else?

devvsakib commented 1 year ago

Hi @abhinav2712 , It seems you are new to reactjs. I think it will be better if someone else takes this issue

ezequielbugnon commented 1 year ago

I can take care of this matter. I understood that the Filter by Type box disappears very quickly, so an animation is required to make it disappear in a subtle way. It's right?

devvsakib commented 1 year ago

@ezequielbugnon yes, you are right

devvsakib commented 1 year ago

Completed #163