Using Hover States in Interactive Components

I am trying to add a hover state to multiple variants without having to manually create an additional variant to mock each hover. Does anyone have any suggestions on a way they’ve been able to do this?

Additionally, it would be awesome if we could eventually use the hover feature within the interactive components as well as the change to feature.

I think I figured out why ‘After Delay’ is sometimes disabled. The interaction has to be added to the top-most frame (variant layer) in the component. Otherwise, it looks like ‘After Delay’ isn’t available. This sort of makes sense and ensures delays are only added to the entire state vs multiple layers within it, but it wasn’t obvious why it was disabled to me.