https://codesandbox.io/s/sad-maxwell-2b7vv?fontsize=14
Edit: For clarification, this needs to use React hooks.
I have it transforming from = to x and vice versa, however, I had to hard code the reverse animation because I couldn't seem to get it to work by using the reverse or reveresed methods like shown below.
if (isMenuOpen) timeline.play()
else (timeline.reversed(true).play()