Button interaction

Does anyone know how to get the Button class to Fill slide to the right once on hover. I seen a couple on the web I was wondering if that is possible on webflow

Inside the link button with relative positioning place:

  1. a div with the colour fill, set to absolute full positioning, with the transform origin set to the left ( found by pressing the three dots on the transform tab at the bottom of the menu on the left.

  2. in the hover interaction set the initial state of the fill div to 0 horizontal scale, 1 vertical

3 on hover change the scale to 1 horizontal, 1 vertical.

Hope that helps!