How to animate class changes with framer-motion
I have a function that changes the isOpen state when the user scrolls the mouse wheel, I need to make content that is initially behind the right side of the screen and looks out a little from there, and when isOpen=true – then in the center of the screen
navbar with blur doesn’t show the effect when an element with some type of animation is behind it?
I’ve exhausted my brain power as it is 2am, so i’m here to ask if anyone has any solution to this problem that has came to my attention. Im using typescript, framer motion, and tailwind to build a personal portfolio, my fixed bottom navbar has a backdrop blur effect, but that effect seems to be completely removed when anything with some type of animation is behind it.