So, how I would pull off this effect would be to create a div with overflow: hidden and have both links in the div. You then set the interaction on the div wrapper to affect only the nested elements, and have both move up 100% on hover and move back to origin on hover out.
@bbrazis Thank you for the response! If I set them BOTH to move up 100%, wouldn’t that just move them both out of view? Is there an initial appearance for one or the other or any settings on the link-btn-1 or -2 that I need to think about? Haven’t gotten it quite right yet.
on the link-wrapper try setting position:relative and making sure that both links are stacked on top of each other in the link-wrapper. Once they are stacked properly then you will see the desired effect, I hope. Also, try setting both links to have a width and height of 100%.