I’m trying to implement this button animation using link blocks, and when the page loads the HoverIN state is already initiated. When you hover over the “Read Article” button, then the state is released and the animation behaves as normal.
The button is question is the “Read Article” down in the article section.
The issue is that you’ve declared some initial states on your hover out interaction that are conflicting with your initial states on the hover in interaction:
Removing those fixes the issue and prevents the buttons from starting in a “hovered” state: