Observer + Direction
You’ll need to track the scroll direction to determine whether the user is scrolling down or up. Based on the scroll direction, you can trigger the appropriate animation.
Two Way Scroll Animation

Example of how to use Two Way Scroll animation with frame motion.

Two Way Scroll Animation
two-way-scroll-animation.tsx
ByteBigBoss