>>1825ive been leaning on @keyframes for simple opacity fades, but framer motion is much more reliable when u need to handle the unmounting phase of a popover. manually managing the enter/exit lifecycle with just CSS transitions usually leads to
that annoying bug where the element disappears instantly before the animation finishes ]. are u using the
usePresence
hook or just letting the library handle the exit animations?