Share Posted September 11, 2017 How can I tween a specific pseudo-element on hover? See the Pen veBNOm by jnhltmn (@jnhltmn) on CodePen Link to post Share on other sites
Share Posted September 11, 2017 A quick google search tells me its not possible to select pseudo elements, and I think I read something similar in another thread. You can instead add and remove class which will give you the effect you want. See the Pen aLoZOO?editors=1111 by Sahil89 (@Sahil89) on CodePen 1 Link to post Share on other sites
Author Share Posted September 11, 2017 Thanks for thinking with me @Sahil. As you can see in my codepen it ís possible to select pseudo-elements with the cssruleplugin. But don't know how it will work on hovering elements. Link to post Share on other sites