Trigger interaction with escape key

There is, its not straight forward though. I´m not a coder by any means, but you could set an eventListener that triggers an action when the ESC-key is pressed. The way I think of it though, the complex thing is that you should write the code for the transition as well (hence javascript in plain English: If key is pressed, move it right, rotate clockwise, set opacity, etc.). If you have the transition in the website via Webflow, you can easily find it in the chrome inspector and copy the code in some javascript.

Perhaps some people actually good in coding, might provide a better way/answer…

2 Likes