Skip to content

Instantly share code, notes, and snippets.

@emmabostian
Created January 12, 2020 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emmabostian/3e1bcfee89be827742184b7e7db85c35 to your computer and use it in GitHub Desktop.
Save emmabostian/3e1bcfee89be827742184b7e7db85c35 to your computer and use it in GitHub Desktop.
const fullMenuTransition = useSpring({
transform: fullMenuVisible ? `translateY(0)` : `translateY(-100%)`,
opacity: fullMenuVisible ? 1 : 0
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment