Am trying to make my element stay in spot (after the transition). Right now, the translated location is where I want it but then my name snaps back onto the quote. Am I miss
The selected answer didn't quite work for me. I had to wrap my element in a div where I added the transform properties and then I added display: inline-block to that div.